Skip to content
Arturo Vergara edited this page May 30, 2013 · 8 revisions

Pond API Documentation

Work in progress. Contributions are welcome.

This is mostly just an outline.

Subscriptions

POST /subscriptions

Takes a URL via a form parameter and performs auto–discovery of feeds.

Returns a JSON array containing the latest entries of the feed (?)

GET /subscriptions

Returns a JSON array of the user's subscriptions

Articles

GET /subscriptions/articles

Returns all of the users articles, properly sorted and filtered according to the query parameters (e.g. only unread items, since a specific date or previous item, etc.)

Clone this wiki locally