API - Get all books #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create an API endpoint to get a list of all books in the library catalogue.
The endpoint should accept GET requests.
The response should be a JSON array of all books. Include the following information about each book:
For now, use the testing database in this repo to query the information. (We will eventually change this to use the actual library catalogue database on the CSC servers.)
Some potentially helpful resources: