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
catalog
server/queries/catalog.sql
SELECT * FROM catalog WHERE id=?
GET
GET/:id
POST
PUT
DELETE
The text was updated successfully, but these errors were encountered:
chloecheng8
lanaramadan
Successfully merging a pull request may close this issue.
Instructions
catalog
endpointNotes
server/queries/catalog.sql
SELECT * FROM catalog WHERE id=?
Acceptance Criteria
GET
- Returns all data from thecatalog
tableGET/:id
- Returns the row that matches the idPOST
- Adds a new row to thecatalog
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: