Package

endpoints.scalaj

client

Permalink

package client

Client interpreters backed by scalaj-http

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 with Endpoints

    Permalink

  2. trait Endpoints extends algebra.Endpoints with Requests with Responses

    Permalink

  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

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

    Permalink

  6. trait Responses extends algebra.Responses with StatusCodes

    Permalink

  7. trait StatusCodes extends algebra.StatusCodes

    Permalink
  8. trait Urls extends algebra.Urls

    Permalink

Inherited from AnyRef

Inherited from Any

Interpreters

Ungrouped