purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Enhancement: Develop Bookworm API #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bookworm needs an API so that:

* I can write a simple Ruby script to upload my 415 EPUB books, including
adding bookworm-specific metadata (like tags or privacy levels)

* RIA developers can create AIR apps (and iPhone, and Android...) (a la
Tweetdeck or Twhirl) for smoother online/offline reading

Original issue reported on code.google.com by andrewsa...@gmail.com on 16 Feb 2009 at 2:13

GoogleCodeExporter commented 8 years ago
AtomPub + good model of Bookworm-specific metadata in the atom:entry

Original comment by abdela...@gmail.com on 16 Feb 2009 at 2:28

GoogleCodeExporter commented 8 years ago
* Oauth

* Ability to get list of books for authorized user with:
** Title
** Author
** ISBN (if exists)
** last read/looked at date
** current location in book

Original comment by drack...@gmail.com on 7 Apr 2009 at 6:09

GoogleCodeExporter commented 8 years ago
> * Oauth

Yeah.

> Ability to get list of books for authorized user with:
> * Title
> * Author
> * ISBN (if exists)

Those can all be defined in the OpenSearch description.

> * last read/looked at date

This is just the ordering of an atom:feed.

> * current location in book

This is probably just the user-bookmarks feed that's currently being discussed 
on
epub-interop.

Original comment by abdela...@gmail.com on 7 Apr 2009 at 6:16

GoogleCodeExporter commented 8 years ago
JSON would also rule.

Original comment by drack...@gmail.com on 7 Apr 2009 at 6:24

GoogleCodeExporter commented 8 years ago

Original comment by liza31337@gmail.com on 13 Apr 2009 at 4:32

GoogleCodeExporter commented 8 years ago
This was done: http://bookworm.oreilly.com/api/public/help/

Original comment by liza31337@gmail.com on 14 Jun 2010 at 1:53