uk.gov.hmrc.apiplatform.modules.apis.domain.models.Endpoint
See theEndpoint companion object
case class Endpoint(uriPattern: UriPattern, endpointName: Name, method: HttpMethod, authType: AuthType, throttlingTier: ResourceThrottlingTier = ..., scope: Option[Scope], queryParameters: List[QueryParameter])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article