Packages

package circe

Type Members

  1. trait JsonEntities extends EndpointsWithCustomErrors with algebra.JsonEntities

    An interpreter for algebra.JsonEntities that uses circe’s io.circe.Encoder to build JSON entities in HTTP requests, and circe’s io.circe.Decoder to decode JSON entities from HTTP responses.

  2. trait JsonSchemaEntities extends EndpointsWithCustomErrors with algebra.JsonSchemaEntities with JsonSchemas

    Interpreter for JsonSchemaEntities that uses the circe JsonSchemas interpreter.

Ungrouped