Retrieving All Books - Planning
Last updated
{
"status": "success",
"code": 200,
"message": "List of all books in the database."
"data": [
{
"id": "61f88350745d83158f3c746d",
"title": "Harry Potter and the Goblet of Fire",
"description": "Mint condition, but will negotiate",
"price": 99,
"author": "J.K. Rowling",
"datePublished": "Sun Oct 10 2021 23:56:34 GMT-0400"
},
...
],
"errors": null
}