These requirements are in addition to all the requirements included in the initial project documentation.
- Add a new endpoint to your application at
/api/docsthe serves HTML (rendered from a view). This view must contain...- a list of all endpoints your application responds to
- include the URI and verb for your endpoint (i.e.,
GET /movies)
- include the URI and verb for your endpoint (i.e.,
- the optional and required parameters
- a description of the intended use of the endpoint
- a list of all endpoints your application responds to
- a breakdown of the data returned by the endpoint for all possible cases