com.alecdorrington.server.services.Service
The base trait for all API services in this application. Each service is a thematic grouping of API endpoint implementations.
Value parameters
-
serviceName
-
The name for this service, used in API documentation.
Attributes
-
Experimental
-
true
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
The kinds of capabilities that API endpoints in this application have.
The kinds of capabilities that API endpoints in this application have.
Attributes
The type of all API endpoints in this application.
The type of all API endpoints in this application.
Attributes
A collection of all endpoints implemented in this service.
A collection of all endpoints implemented in this service.
Attributes
Endpoints used to browse API documentation, generated from the spec using Swagger.
Endpoints used to browse API documentation, generated from the spec using Swagger.
Attributes
-
Note
-
Only available in development mode.
An endpoint that serves metrics about this application, in a format that can be scraped by Prometheus.
An endpoint that serves metrics about this application, in a format that can be scraped by Prometheus.
Attributes