V1Routes

io.github.positionpal.location.ws.routes.v1.V1Routes
class V1Routes(routesHandler: V1RoutesHandler) extends RoutesProvider

The routes for the v1 version of the web socket API.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def routes: Route

Return the routes.

Return the routes.

Attributes

Definition Classes
override def version: String

A String representing the version of the routes.

A String representing the version of the routes.

Attributes

Definition Classes

Inherited methods

def versionedRoutes: Route

Return the versioned routes, i.e. the routes prefixed with the version.

Return the versioned routes, i.e. the routes prefixed with the version.

Attributes

Inherited from:
RoutesProvider