rest_route library

Classes

BaseRoute
Base route utility class with common path handling functions
NestedRoute<ParentT extends BaseRoute, SelfT extends NestedRoute<ParentT, SelfT>>
Abstract class for nested routes with generic type parameters
RestRoute<T extends RestRoute<T>>
Abstract class for REST routes with a generic type parameter
SimpleNestedRoute<ParentT extends BaseRoute>
Simple implementation of NestedRoute
SimpleRoute
Simple implementation of RestRoute

Mixins

RestfulMixin
Mixin providing RESTful operations for any BaseRoute