package client
Client interpreters backed by Play WS
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- client
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait BasicAuthentication extends algebra.BasicAuthentication
- trait BuiltInErrors extends algebra.BuiltInErrors
-
class
Endpoints extends algebra.Endpoints with EndpointsWithCustomErrors with BuiltInErrors
An interpreter for algebra.Endpoints that builds a client issuing requests using Play’s
WSClientHTTP client, and uses algebra.BuiltInErrors to model client and server errors. -
trait
EndpointsWithCustomErrors extends algebra.EndpointsWithCustomErrors with Urls with Methods with StatusCodes
An interpreter for algebra.Endpoints that builds a client issuing requests using * Play’s
WSClientHTTP client. -
trait
JsonEntitiesFromCodecs extends algebra.JsonEntitiesFromCodecs with EndpointsWithCustomErrors
Interpreter for endpoints4s.algebra.JsonEntitiesFromCodecs that encodes JSON requests and decodes JSON responses using Play WS.
-
trait
JsonEntitiesFromSchemas extends algebra.JsonEntitiesFromSchemas with JsonEntitiesFromCodecs with JsonSchemas
Interpreter for endpoints4s.algebra.JsonEntitiesFromSchemas that encodes JSON requests and decodes JSON responses using Play WS.
-
trait
Methods extends algebra.Methods
algebra.Methods interpreter that builds URLs.
- trait MuxEndpoints extends algebra.Endpoints
- trait StatusCodes extends algebra.StatusCodes
-
trait
Urls extends algebra.Urls
algebra.Urls interpreter that builds URLs.