Package

endpoints.play

client

Permalink

package client

Client interpreters backed by Play WS

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BasicAuthentication extends algebra.BasicAuthentication

    Permalink

  2. class Endpoints extends algebra.Endpoints with Urls with Methods with StatusCodes

    Permalink

    An interpreter for algebra.Endpoints that builds a client issuing requests using Play’s WSClient HTTP client.

  3. trait JsonEntitiesFromCodec extends Endpoints with algebra.JsonEntitiesFromCodec

    Permalink

    Interpreter for endpoints.algebra.JsonEntitiesFromCodec that encodes JSON requests and decodes JSON responses.

  4. trait Methods extends algebra.Methods

    Permalink

    algebra.Methods interpreter that builds URLs.

  5. trait MuxEndpoints extends algebra.Endpoints

    Permalink

  6. trait StatusCodes extends algebra.StatusCodes

    Permalink
  7. trait Urls extends algebra.Urls

    Permalink

    algebra.Urls interpreter that builds URLs.

Value Members

  1. object Endpoints

    Permalink

Inherited from AnyRef

Inherited from Any

Interpreters

Ungrouped