class StatisticsApiEndpoints extends BaseEndpointDefinitions

Linear Supertypes
BaseEndpointDefinitions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatisticsApiEndpoints
  2. BaseEndpointDefinitions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatisticsApiEndpoints(auth: EndpointInput[AuthCredentials])

Value Members

  1. val baseNuApiEndpoint: PublicEndpoint[Unit, Unit, Unit, Any]
    Definition Classes
    BaseEndpointDefinitions
  2. lazy val registerStatisticsEndpoint: SecuredEndpoint[RegisterStatisticsRequestDto, Unit, Unit, Any]
  3. lazy val statisticUsageEndpoint: SecuredEndpoint[Unit, StatisticError, StatisticUrlResponseDto, Any]
  4. implicit def toSecuredEndpoint[INPUT, BUSINESS_ERROR, OUTPUT, R](endpoint: Endpoint[Unit, INPUT, BUSINESS_ERROR, OUTPUT, R]): ToSecure[INPUT, BUSINESS_ERROR, OUTPUT, R]
    Definition Classes
    BaseEndpointDefinitions