Package-level declarations

Types

Link copied to clipboard
data class Endpoint

Represents the endpoint a service client should make API operation calls to.

Link copied to clipboard
fun interface EndpointProvider<T>

Resolves endpoints for a given service client.

Link copied to clipboard

Thrown when an EndpointProvider is unable to resolve to an endpoint with the provided parameters.