RoutesProvider

io.github.positionpal.server.routes.RoutesProvider

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def routes: Route

Return the routes for the following provider

Return the routes for the following provider

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 for the following provider

Return the versioned routes for the following provider

Attributes