passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Implement GoogleReader-like API #119

Open passiomatic opened 10 months ago

passiomatic commented 10 months ago

The FreshRSS API is a GoogleReader-like API that is widely adopted. For example, it is supported by Reeder iOS app among many other clients.

Since it is also documented in detail it makes sense to implement it as a future replacement to the Fever API. This would allow to manage feeds and tags from the client app, a thing that currently Fever API doesn't permit.

Work is done in the greader branch.