-
Notifications
You must be signed in to change notification settings - Fork 1
Aggro (will) provide an API so third party applications can utilize the data being collected.
The API is a simple REST based API that returns JSON.
The endpoint is /api
Right now, the API is super simple: it’s a single method, /api, that returns JSON a JSON formatted list of sources and items. The structure of this JSON is in flux as I decide which was is structure allows the most efficient use when updating mobile clients.
The most immediate plans are to allow Last Modified query that will cause the API to only return items published on the original site since the last query.
As with anything else in Aggro (especially this early in the game), feel free to message me questions or concerns or open an issue with additional problems or suggestions.