Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.82k stars 377 forks source link

API: subscribe should return the id of the feed #1147

Closed jangernert closed 1 year ago

jangernert commented 1 year ago

Creating a category will return an integer that I assume to be the id of the newly created category. Subscribing to a feed should work the same way in my opinion. That way the client can display a placeholder with the information it got locally or do a single call to /feed/get/{id}.

Athou commented 1 year ago

It was already the case but the documentation didn't reflect that :( Thanks!