Skip to content

Instantly share code, notes, and snippets.

@Raymond26
Created September 21, 2014 06:23
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 Raymond26/e1946aa134a3bca4af3d to your computer and use it in GitHub Desktop.
Save Raymond26/e1946aa134a3bca4af3d to your computer and use it in GitHub Desktop.
Explore books: /v1/explore/books
{
"featuredStacks" : [
{
"id" : 1,
"creator" : "New York Times",
"name" : "Best Sellers of 2014",
"picture" : "asdfal.jpg",
"bookCount" : "10"
}
],
"popularBooks" : [
// normal book json
],
"newReleases" : [
// normal book json
]
}
Explore Users: /v1/explore/users
{
"featuredReaders" : [
// normal member json
],
"popularReaders" : [
// normal member json
]
}
Get books by stack: /v1/stacks/:stackId
{
"books" : [
//normal book json
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment