org.octopusden.octopus.infrastructure.client.commons.ClientParametersProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-commons Show documentation
Show all versions of client-commons Show documentation
Octopus module: client-commons
The newest version!
package org.octopusden.octopus.infrastructure.client.commons
interface ClientParametersProvider {
fun getApiUrl(): String
fun getAuth(): CredentialProvider
}