EndpointSpec

harness.endpoint.spec.EndpointSpec
See theEndpointSpec companion object
final case class EndpointSpec[ET <: Any](method: HttpMethod, name: String, classification: Classification, description: Option[String], group: Option[String], pathCodec: PathCodec[Path[ET]], queryCodec: QueryCodec[Query[ET]], authHeaderCodec: HeaderCodec[Auth[ET]], headerCodec: HeaderCodec[Header[ET]], inputBodyCodec: BodyCodec[InputBody[ET]], outputBodyCodec: BodyCodec[OutputBody[ET]], errorCodec: ErrorSchema[Error[ET]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def describe(description: String): EndpointSpec[ET]
def hidden: EndpointSpec[ET]
def inGroup(group: String): EndpointSpec[ET]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product