TapirService
com.alecdorrington.assetloader.tapir.TapirService
The base trait for all API services in this library. Each service is a thematic grouping of API endpoint implementations.
Type parameters
- Capabilities
-
Capabilities required by this service (e.g.
WebSocketorStreams[IO]). - F
-
The effect type (e.g.
FutureorIO).
Value parameters
- serviceName
-
The name of this service, used in API documentation.
- serviceVersion
-
The version of this service, used in API documentation.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AssetService[F]
Members list
In this article