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 /coaches/
related endpoints.
An Express.js {@link express.Router} routing all /coaches/
endpoints.
Attempts to list all coaches 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 modify a certain coach 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 a coach from the system.