feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

Hi @karllhughes, #37

Closed TimCadieux closed 5 years ago

TimCadieux commented 5 years ago

Hi @karllhughes,

There isn't a way to do this currently. The API is designed more from a full-sync perspective so it doesn't have a lot of convenience end-points.

One approach would be to collect the feed_ids in a tag from Taggings, then get all of the entries in each of the feeds from the /v2/feeds/feed_id/entries.json endpoint.

Please let me know if you have questions about this.

Thanks!

Originally posted by @benubois in https://github.com/feedbin/feedbin-api/issues/19#issuecomment-299268093

TimCadieux commented 5 years ago

Pls disregard and/or delete