ClientEndpointFactory
works.iterative.tapir.ClientEndpointFactory
trait ClientEndpointFactory
Create effectful methods to perform the endpoint operation
Just a useful way to have something that will derive the client from the endpoint using other layers, like BaseUri and provided STTP Backend.
The resulting type is either
S => I => IO[E, O]if the endpoint is secure and error proneS => I => UIO[O]if the endpoint is secure and infallibleI => IO[E, O]if the endpoint is public and error proneI => UIO[O]if the endpoint is public and infallible
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article