endpoints.documented

delegate

package delegate

Visibility
  1. Public
  2. All

Type Members

  1. trait Assets extends algebra.Assets with Endpoints

    Interpreter for algebra.Assets that ignores information related to documentation and delegates to another endpoints.algebra.Assets interpreter.

  2. trait BasicAuthentication extends algebra.BasicAuthentication with Endpoints

    Interpreter for algebra.BasicAuthentication that delegates to another endpoints.algebra.BasicAuthentication interpreter.

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

    Interpreter for algebra.Endpoints that ignores information related to documentation and delegates to another endpoints.algebra.Endpoints interpreter.

  4. trait JsonEntities extends algebra.JsonEntities with Endpoints

    Interpreter for algebra.JsonEntities that ignores information related to documentation and delegates to another endpoints.algebra.JsonEntities interpreter.

  5. trait Methods extends algebra.Methods

    Interpreter for endpoints.algebra.Methods that delegates to another interpreter.

  6. trait OptionalResponses extends algebra.OptionalResponses with Endpoints

    Interpreter for algebra.OptionalResponses that ignores information related to documentation and delegates to another endpoints.algebra.OptionalResponses interpreter.

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

    Interpreter for algebra.Requests that ignores information related to documentation and delegates to another endpoints.algebra.Requests interpreter.

  8. trait Responses extends algebra.Responses

    Interpreter for algebra.Responses that ignores information related to documentation and delegates to another endpoints.algebra.Responses interpreter.

  9. trait Urls extends algebra.Urls

    Interpreter for algebra.Urls that ignores information related to documentation and delegates to another endpoints.algebra.Urls interpreter.

Ungrouped