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.
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