Packages

package client

Client interpreters backed by scalaj-http

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy

Type Members

  1. trait BasicAuthentication extends algebra.BasicAuthentication with EndpointsWithCustomErrors

  2. trait BuiltInErrors extends algebra.BuiltInErrors

  3. trait Endpoints extends algebra.Endpoints with EndpointsWithCustomErrors with BuiltInErrors

  4. trait EndpointsWithCustomErrors extends algebra.EndpointsWithCustomErrors with Requests with Responses

  5. trait JsonEntitiesFromCodecs extends EndpointsWithCustomErrors with algebra.JsonEntitiesFromCodecs

    Interpreter for endpoints4s.algebra.JsonEntitiesFromCodecs that encodes JSON requests and decodes JSON responses.

  6. trait Methods extends algebra.Methods

  7. trait Requests extends algebra.Requests with Urls with Methods

  8. trait Responses extends algebra.Responses with StatusCodes

  9. trait StatusCodes extends algebra.StatusCodes

  10. trait Urls extends algebra.Urls

Inherited from AnyRef

Inherited from Any

Interpreters