EndpointProvider

fun interface EndpointProvider<T>

Resolves endpoints for a given service client.

Functions

Link copied to clipboard
abstract suspend fun resolveEndpoint(params: T): Endpoint

Resolve the endpoint to make requests to