The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve, failures using Promise.reject.
Gets the router for all /admin/ related endpoints.
An Express.js {@link express.Router} routing all /admin/
endpoints.
Attempts to list all admins in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve, failures using Promise.reject.
Attempts to update a certain admin in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve, failures using Promise.reject.
Generated using TypeDoc
Attempts to delete an admin from the system.