Expand description

This submodule describes routes for managing the data for a User entity, particularly with respect to connecting to the USER gRPC service.

Functions

delete 🔒
Route for removing a user altogether.
Retrieves the endpoint for the gRPC users service. Requires that the proper environment variables are defined.
index 🔒
Route for listing all users.
Returns a tuple containing a vec of routes for this module, plus a structure containing the OpenAPI specification for these routes.
show 🔒
Route for fetching data of a single user.
store 🔒
Route for creating a new user.
update 🔒
Route for updating data for a user.