Skip to content

Instantly share code, notes, and snippets.

@CodeVachon
Last active September 2, 2019 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeVachon/10a819572975c56c3f28cc663bc62ffa to your computer and use it in GitHub Desktop.
Save CodeVachon/10a819572975c56c3f28cc663bc62ffa to your computer and use it in GitHub Desktop.
GET:/rest/books/
// GET:/rest/books/
[
{
"id": "IaNFbTL33g",
"title": "Thrawn",
"deck": "In this definitive novel, readers will follow Thrawn’s ...",
"language": "english",
"coverImage": "/images/91SxgwHMc0L.jpg",
"publishDate": "2017-04-11",
"created": "...",
"updated": "... ",
"isDeleted": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment