We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
published-schedule
server/queries/published_schedule.sql
SELECT * FROM published_schedule WHERE id=?
GET
published_schedule
GET/:id
POST
PUT
DELETE
The text was updated successfully, but these errors were encountered:
SubinQKim
kadejna
Successfully merging a pull request may close this issue.
Instructions
published-schedule
endpointNotes
server/queries/published_schedule.sql
SELECT * FROM published_schedule WHERE id=?
Acceptance Criteria
GET
- Returns all data from thepublished_schedule
tableGET/:id
- Returns the row that matches the idPOST
- Adds a new row to thepublished_schedule
tablePUT
- Updates an existing row given an idDELETE
- deletes an existing row given an idResources
The text was updated successfully, but these errors were encountered: