resolveEndpoint

abstract suspend fun resolveEndpoint(params: T): Endpoint

Resolve the endpoint to make requests to

Return

an Endpoint that can be used to connect to the service

Parameters

params

The input context for the resolver function