You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this level, you need to design an endpoint that will list all videos. Endpoint designs are usually separated into the HTTP Request Method type and the route that the endpoint should exist on. For a recap on HTTP Request Methods you can read this guide here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
Endpoint Definition
HTTP Method: GET
Route: /api/videos
Acceptance criteria
The endpoint successfully connects to the configured database
The endpoint fetches and responds with all video records from the database
From Full-Stack-Project-Assessment created by Dedekind561: CodeYourFuture/Full-Stack-Project-Assessment#463
Dependencies
This issue depends on CodeYourFuture/Full-Stack-Project-Assessment#477 and CodeYourFuture/Full-Stack-Project-Assessment#476 completing first
Context
For this level, you need to design an endpoint that will list all videos. Endpoint designs are usually separated into the HTTP Request Method type and the route that the endpoint should exist on. For a recap on HTTP Request Methods you can read this guide here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
Endpoint Definition
HTTP Method:
GET
Route:
/api/videos
Acceptance criteria
Example
Check https://lvl199--cyf-fsa-solution.netlify.app/api/videos for an example implementation of this issue.
The text was updated successfully, but these errors were encountered: