com.alecdorrington.server.services

Members list

Type members

Experimental classlikes

object CoreService extends Service

The implementation of the API endpoints specified in CoreApi. These are general endpoints which are used across the entire application.

The implementation of the API endpoints specified in CoreApi. These are general endpoints which are used across the entire application.

Attributes

Experimental
true
Supertypes
trait Service
class Object
trait Matchable
class Any
Self type
trait Service(serviceName: String)

The base trait for all API services in this application. Each service is a thematic grouping of API endpoint implementations.

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
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CoreService