All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.keel.lemur.LemurService.kt Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.netflix.spinnaker.keel.lemur

import retrofit2.http.GET
import retrofit2.http.Path

interface LemurService {
  @GET("/api/1/certificates/name/{name}")
  suspend fun certificateByName(@Path("name") name: String) : LemurCertificateResponse
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy