Expand description

This module is responsible for encapsulating the controllers for the entities. These controllers are mostly responsible for defining the REST endpoints for them.

This module also encapsulates common HTTP handlers for several HTTP status codes.

Modules

This submodule describes routes for authentication and session creation services.
This submodule contains default status code catchers for errors within the API.
This submodule contains structures and helper functions for creating responses for a request.
This submodule describes routes for managing the data for a User entity, particularly with respect to connecting to the USER gRPC service.