Skip to content

Instantly share code, notes, and snippets.

@samin
Created October 30, 2013 10:50
Show Gist options
  • Save samin/7230636 to your computer and use it in GitHub Desktop.
Save samin/7230636 to your computer and use it in GitHub Desktop.
{
"pagination":{
"next":"https://api.readmill.com/v2/me/library?access_token=abc&offset=1&order=created_at&to=2013-05-06+10%3A11%3A04+UTC"
},
"items":[
{
"library_item":{
"id":1,
"created_at":"2012-08-13T15:23:37Z",
"state":"active",
"asset_url":"private s3 url",
"asset_content_type":"application/epub+zip",
"asset_file_type":"epub",
"asset_file_name":"Founders_at_Work.epub",
"user":{
"id":5708
},
"book":{
"id":185,
"title":"Founders at Work: Stories of Startups' Early Days",
"author":"Jessica Livingston",
"permalink":"founders-at-work-stories-of-startups-early-days",
"permalink_url":"https://readmill.com/books/founders-at-work-stories-of-startups-early-days",
"cover_url":"http://readmill.com/covers/668ef71ceacd9f82992763520ac4d206-medium.png?1302631226"
},
"affiliate":{
"id":123,
"name":"Feedbooks",
"domain":"feedbooks.com"
}
},
"library_item":{
...
}
}
],
"status":200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment