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