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

org.octopusden.octopus.infrastructure.client.commons.ClientParametersProvider.kt Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.infrastructure.client.commons

interface ClientParametersProvider {
    fun getApiUrl(): String
    fun getAuth(): CredentialProvider
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy