AuthenticatedApiClientFactory

works.iterative.tapir.AuthenticatedApiClientFactory
class AuthenticatedApiClientFactory(authentication: AuthenticationService, clientFactory: ClientEndpointFactory) extends ApiClientFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def make[I, E, O](endpoint: Endpoint[AccessToken, I, ApiError[E], O, ZioStreams & WebSockets])(using b: BaseUriExtractor[O], e: ClientErrorConstructor[E]): I => IO[e.Error, O]