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 delete a project from 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 filter projects in the system by name, client, coaches or fully assigned.
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 get all drafted students in the system for a project.
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 get all data for a certain project 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
.
Gets the router for all /coaches/
related endpoints.
An Express.js {@link express.Router} routing all /coaches/
endpoints.
Attempts to list all projects 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 create a new project in the system.