RoutesProvider

io.github.positionpal.location.ws.routes.RoutesProvider

Trait representing an entity that contains the versioned endpoints for a webserver.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class V1Routes

Members list

Value members

Abstract methods

protected def routes: Route

Return the routes.

Return the routes.

Attributes

def version: String

A String representing the version of the routes.

A String representing the version of the routes.

Attributes

Concrete 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