Trait

endpoints.sttp.client

MuxEndpoints

Related Doc: package client

Permalink

trait MuxEndpoints[R[_]] extends algebra.Endpoints

Self Type
MuxEndpoints[R] with EndpointsWithCustomErrors[R]
Source
MuxEndpoints.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MuxEndpoints
  2. Endpoints
  3. BuiltInErrors
  4. EndpointsWithCustomErrors
  5. Errors
  6. Responses
  7. StatusCodes
  8. Requests
  9. SemigroupalSyntax
  10. Methods
  11. Urls
  12. PartialInvariantFunctorSyntax
  13. InvariantFunctorSyntax
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClientErrors = Invalid

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  2. abstract type Endpoint[A, B]

    Permalink
    Definition Classes
    EndpointsWithCustomErrors
  3. implicit class InvariantFunctorSyntax[A, F[_]] extends AnyRef

    Permalink
    Definition Classes
    InvariantFunctorSyntax
  4. abstract type Method

    Permalink
    Definition Classes
    Methods
  5. class MuxEndpoint[Req <: MuxRequest, Resp, Transport] extends AnyRef

    Permalink
  6. implicit class PartialInvariantFunctorSyntax[A, F[_]] extends AnyRef

    Permalink
    Definition Classes
    PartialInvariantFunctorSyntax
  7. abstract type Path[A] <: (MuxEndpoints.this)#Url[A]

    Permalink
    Definition Classes
    Urls
  8. implicit class PathOps[A] extends AnyRef

    Permalink
    Definition Classes
    Urls
  9. abstract type QueryString[A]

    Permalink
    Definition Classes
    Urls
  10. abstract type QueryStringParam[A]

    Permalink
    Definition Classes
    Urls
  11. implicit class QueryStringSyntax[A] extends AnyRef

    Permalink
    Definition Classes
    Urls
  12. abstract type Request[A]

    Permalink
    Definition Classes
    Requests
  13. abstract type RequestEntity[A]

    Permalink
    Definition Classes
    Requests
  14. abstract type RequestHeaders[A]

    Permalink
    Definition Classes
    Requests
  15. abstract type Response[A]

    Permalink
    Definition Classes
    Responses
  16. abstract type ResponseEntity[A]

    Permalink
    Definition Classes
    Responses
  17. implicit class ResponseSyntax[A] extends AnyRef

    Permalink
    Definition Classes
    Responses
  18. abstract type Segment[A]

    Permalink
    Definition Classes
    Urls
  19. implicit class SemigroupalSyntax[A, F[_]] extends AnyRef

    Permalink
    Definition Classes
    SemigroupalSyntax
  20. type ServerError = Throwable

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  21. abstract type StatusCode

    Permalink
    Definition Classes
    StatusCodes
  22. abstract type Url[A]

    Permalink
    Definition Classes
    Urls

Abstract Value Members

  1. abstract def Accepted: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  2. abstract def BadRequest: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  3. abstract def Created: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  4. abstract def Delete: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  5. abstract def Forbidden: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  6. abstract def Get: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  7. abstract def InternalServerError: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  8. abstract def NoContent: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  9. abstract def NotFound: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  10. abstract def NotImplemented: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  11. abstract def OK: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  12. abstract def Options: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  13. abstract def Patch: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  14. abstract def Post: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  15. abstract def Put: (MuxEndpoints.this)#Method

    Permalink
    Definition Classes
    Methods
  16. abstract def Unauthorized: (MuxEndpoints.this)#StatusCode

    Permalink
    Definition Classes
    StatusCodes
  17. abstract def chainPaths[A, B](first: (MuxEndpoints.this)#Path[A], second: (MuxEndpoints.this)#Path[B])(implicit tupler: Tupler[A, B]): (MuxEndpoints.this)#Path[Out]

    Permalink
    Definition Classes
    Urls
  18. abstract def choiceResponse[A, B](responseA: (MuxEndpoints.this)#Response[A], responseB: (MuxEndpoints.this)#Response[B]): (MuxEndpoints.this)#Response[Either[A, B]]

    Permalink
    Definition Classes
    Responses
  19. abstract def clientErrorsResponseEntity: (MuxEndpoints.this)#ResponseEntity[Invalid]

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  20. abstract def combineQueryStrings[A, B](first: (MuxEndpoints.this)#QueryString[A], second: (MuxEndpoints.this)#QueryString[B])(implicit tupler: Tupler[A, B]): (MuxEndpoints.this)#QueryString[Out]

    Permalink
    Definition Classes
    Urls
  21. abstract def emptyHeaders: (MuxEndpoints.this)#RequestHeaders[Unit]

    Permalink
    Definition Classes
    Requests
  22. abstract def emptyRequest: (MuxEndpoints.this)#RequestEntity[Unit]

    Permalink
    Definition Classes
    Requests
  23. abstract def emptyResponse: (MuxEndpoints.this)#ResponseEntity[Unit]

    Permalink
    Definition Classes
    Responses
  24. abstract def endpoint[A, B](request: (MuxEndpoints.this)#Request[A], response: (MuxEndpoints.this)#Response[B], summary: Documentation, description: Documentation, tags: List[String]): (MuxEndpoints.this)#Endpoint[A, B]

    Permalink
    Definition Classes
    EndpointsWithCustomErrors
  25. abstract def header(name: String, docs: Documentation): (MuxEndpoints.this)#RequestHeaders[String]

    Permalink
    Definition Classes
    Requests
  26. abstract def optHeader(name: String, docs: Documentation): (MuxEndpoints.this)#RequestHeaders[Option[String]]

    Permalink
    Definition Classes
    Requests
  27. implicit abstract def optionalQueryStringParam[A](implicit arg0: (MuxEndpoints.this)#QueryStringParam[A]): (MuxEndpoints.this)#QueryStringParam[Option[A]]

    Permalink
    Definition Classes
    Urls
  28. implicit abstract def pathPartialInvariantFunctor: PartialInvariantFunctor[(MuxEndpoints.this)#Path]

    Permalink
    Definition Classes
    Urls
  29. abstract def qs[A](name: String, docs: Documentation)(implicit value: (MuxEndpoints.this)#QueryStringParam[A]): (MuxEndpoints.this)#QueryString[A]

    Permalink
    Definition Classes
    Urls
  30. implicit abstract def queryStringParamPartialInvFunctor: PartialInvariantFunctor[(MuxEndpoints.this)#QueryStringParam]

    Permalink
    Definition Classes
    Urls
  31. implicit abstract def queryStringPartialInvFunctor: PartialInvariantFunctor[(MuxEndpoints.this)#QueryString]

    Permalink
    Definition Classes
    Urls
  32. abstract def remainingSegments(name: String, docs: Documentation): (MuxEndpoints.this)#Path[String]

    Permalink
    Definition Classes
    Urls
  33. implicit abstract def repeatedQueryStringParam[A, CC[X] <: Iterable[X]](implicit arg0: (MuxEndpoints.this)#QueryStringParam[A], factory: scala.collection.compat.Factory[A, CC[A]]): (MuxEndpoints.this)#QueryStringParam[CC[A]]

    Permalink
    Definition Classes
    Urls
  34. implicit abstract def reqEntityInvFunctor: InvariantFunctor[(MuxEndpoints.this)#RequestEntity]

    Permalink
    Definition Classes
    Requests
  35. implicit abstract def reqHeadersInvFunctor: InvariantFunctor[(MuxEndpoints.this)#RequestHeaders]

    Permalink
    Definition Classes
    Requests
  36. implicit abstract def reqHeadersSemigroupal: Semigroupal[(MuxEndpoints.this)#RequestHeaders]

    Permalink
    Definition Classes
    Requests
  37. abstract def request[UrlP, BodyP, HeadersP, UrlAndBodyPTupled, Out](method: (MuxEndpoints.this)#Method, url: (MuxEndpoints.this)#Url[UrlP], entity: (MuxEndpoints.this)#RequestEntity[BodyP], docs: Documentation, headers: (MuxEndpoints.this)#RequestHeaders[HeadersP])(implicit tuplerUB: Tupler.Aux[UrlP, BodyP, UrlAndBodyPTupled], tuplerUBH: Tupler.Aux[UrlAndBodyPTupled, HeadersP, Out]): (MuxEndpoints.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  38. abstract def response[A](statusCode: (MuxEndpoints.this)#StatusCode, entity: (MuxEndpoints.this)#ResponseEntity[A], docs: Documentation): (MuxEndpoints.this)#Response[A]

    Permalink
    Definition Classes
    Responses
  39. implicit abstract def responseInvFunctor: InvariantFunctor[(MuxEndpoints.this)#Response]

    Permalink
    Definition Classes
    Responses
  40. abstract def segment[A](name: String, docs: Documentation)(implicit s: (MuxEndpoints.this)#Segment[A]): (MuxEndpoints.this)#Path[A]

    Permalink
    Definition Classes
    Urls
  41. implicit abstract def segmentPartialInvFunctor: PartialInvariantFunctor[(MuxEndpoints.this)#Segment]

    Permalink
    Definition Classes
    Urls
  42. abstract def serverErrorResponseEntity: (MuxEndpoints.this)#ResponseEntity[Throwable]

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  43. abstract def staticPathSegment(segment: String): (MuxEndpoints.this)#Path[Unit]

    Permalink
    Definition Classes
    Urls
  44. implicit abstract def stringQueryString: (MuxEndpoints.this)#QueryStringParam[String]

    Permalink
    Definition Classes
    Urls
  45. implicit abstract def stringSegment: (MuxEndpoints.this)#Segment[String]

    Permalink
    Definition Classes
    Urls
  46. abstract def textRequest: (MuxEndpoints.this)#RequestEntity[String]

    Permalink
    Definition Classes
    Requests
  47. abstract def textResponse: (MuxEndpoints.this)#ResponseEntity[String]

    Permalink
    Definition Classes
    Responses
  48. implicit abstract def urlPartialInvFunctor: PartialInvariantFunctor[(MuxEndpoints.this)#Url]

    Permalink
    Definition Classes
    Urls
  49. abstract def urlWithQueryString[A, B](path: (MuxEndpoints.this)#Path[A], qs: (MuxEndpoints.this)#QueryString[B])(implicit tupler: Tupler[A, B]): (MuxEndpoints.this)#Url[Out]

    Permalink
    Definition Classes
    Urls

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def badRequest(docs: Documentation): (MuxEndpoints.this)#Response[(MuxEndpoints.this)#ClientErrors]

    Permalink
    Definition Classes
    Responses
  6. implicit def booleanQueryString: (MuxEndpoints.this)#QueryStringParam[Boolean]

    Permalink
    Definition Classes
    Urls
  7. lazy val clientErrorsResponse: (MuxEndpoints.this)#Response[(MuxEndpoints.this)#ClientErrors]

    Permalink
    Definition Classes
    Errors
  8. final def clientErrorsToInvalid(clientErrors: (MuxEndpoints.this)#ClientErrors): Invalid

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def delete[UrlP, HeadersP, Out](url: (MuxEndpoints.this)#Url[UrlP], docs: Documentation, headers: (MuxEndpoints.this)#RequestHeaders[HeadersP])(implicit tuplerUH: Tupler.Aux[UrlP, HeadersP, Out]): (MuxEndpoints.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  11. implicit def doubleQueryString: (MuxEndpoints.this)#QueryStringParam[Double]

    Permalink
    Definition Classes
    Urls
  12. implicit def doubleSegment: (MuxEndpoints.this)#Segment[Double]

    Permalink
    Definition Classes
    Urls
  13. implicit def dummyPathToUrl[A](p: (MuxEndpoints.this)#Path[A]): (MuxEndpoints.this)#Url[A]

    Permalink
    Definition Classes
    Urls
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def get[UrlP, HeadersP, Out](url: (MuxEndpoints.this)#Url[UrlP], docs: Documentation, headers: (MuxEndpoints.this)#RequestHeaders[HeadersP])(implicit tuplerUH: Tupler.Aux[UrlP, HeadersP, Out]): (MuxEndpoints.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit def intQueryString: (MuxEndpoints.this)#QueryStringParam[Int]

    Permalink
    Definition Classes
    Urls
  21. implicit def intSegment: (MuxEndpoints.this)#Segment[Int]

    Permalink
    Definition Classes
    Urls
  22. final def internalServerError(docs: Documentation): (MuxEndpoints.this)#Response[(MuxEndpoints.this)#ServerError]

    Permalink
    Definition Classes
    Responses
  23. final def invalidToClientErrors(invalid: Invalid): (MuxEndpoints.this)#ClientErrors

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. implicit def longQueryString: (MuxEndpoints.this)#QueryStringParam[Long]

    Permalink
    Definition Classes
    Urls
  26. implicit def longSegment: (MuxEndpoints.this)#Segment[Long]

    Permalink
    Definition Classes
    Urls
  27. def muxEndpoint[Req <: MuxRequest, Resp, Transport](request: (MuxEndpoints.this)#Request[Transport], response: (MuxEndpoints.this)#Response[Transport]): (MuxEndpoints.this)#MuxEndpoint[Req, Resp, Transport]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def ok[A](entity: (MuxEndpoints.this)#ResponseEntity[A], docs: Documentation): (MuxEndpoints.this)#Response[A]

    Permalink
    Definition Classes
    Responses
  32. val path: (MuxEndpoints.this)#Path[Unit]

    Permalink
    Definition Classes
    Urls
  33. final def post[UrlP, BodyP, HeadersP, UrlAndBodyPTupled, Out](url: (MuxEndpoints.this)#Url[UrlP], entity: (MuxEndpoints.this)#RequestEntity[BodyP], docs: Documentation, headers: (MuxEndpoints.this)#RequestHeaders[HeadersP])(implicit tuplerUB: Tupler.Aux[UrlP, BodyP, UrlAndBodyPTupled], tuplerUBH: Tupler.Aux[UrlAndBodyPTupled, HeadersP, Out]): (MuxEndpoints.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  34. final def put[UrlP, BodyP, HeadersP, UrlAndBodyPTupled, Out](url: (MuxEndpoints.this)#Url[UrlP], entity: (MuxEndpoints.this)#RequestEntity[BodyP], docs: Documentation, headers: (MuxEndpoints.this)#RequestHeaders[HeadersP])(implicit tuplerUB: Tupler.Aux[UrlP, BodyP, UrlAndBodyPTupled], tuplerUBH: Tupler.Aux[UrlAndBodyPTupled, HeadersP, Out]): (MuxEndpoints.this)#Request[Out]

    Permalink
    Definition Classes
    Requests
  35. lazy val serverErrorResponse: (MuxEndpoints.this)#Response[(MuxEndpoints.this)#ServerError]

    Permalink
    Definition Classes
    Errors
  36. final def serverErrorToThrowable(serverError: (MuxEndpoints.this)#ServerError): Throwable

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. final def throwableToServerError(throwable: Throwable): (MuxEndpoints.this)#ServerError

    Permalink
    Definition Classes
    BuiltInErrors → Errors
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def tryParseString[A](type: String)(parse: (String) ⇒ A): (String) ⇒ Validated[A]

    Permalink
    Definition Classes
    Urls
  41. implicit def uuidQueryString: (MuxEndpoints.this)#QueryStringParam[UUID]

    Permalink
    Definition Classes
    Urls
  42. implicit def uuidSegment: (MuxEndpoints.this)#Segment[UUID]

    Permalink
    Definition Classes
    Urls
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wheneverFound[A](responseA: (MuxEndpoints.this)#Response[A], notFoundDocs: Documentation): (MuxEndpoints.this)#Response[Option[A]]

    Permalink
    Definition Classes
    Responses

Inherited from algebra.Endpoints

Inherited from algebra.BuiltInErrors

Inherited from Errors

Inherited from Responses

Inherited from algebra.StatusCodes

Inherited from Requests

Inherited from algebra.Methods

Inherited from algebra.Urls

Inherited from AnyRef

Inherited from Any

Ungrouped