feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

Document the maximum number of entries that can be retrieve with the `id` query parameter #70

Closed sesh closed 1 year ago

sesh commented 1 year ago

I have a script that takes starred entry ids, then uses the id param on the /entries API to get those entries.

It started failing when I hit 100 starred entries on my account.

I'm happy to update the docs in a PR if someone from Feedbin confirms the limit is 100.

benubois commented 1 year ago

Hi @sesh,

The limit is stated in the Pagination section, however I’d be happy to accept a PR to put it where you expected to find it.

Thanks!

IMG_4539

sesh commented 1 year ago

Thanks for the quick response @benubois. Admittedly, I ran straight to the entries page then started experimenting without even looking for a pagination page.

In the case of the /entries.json?ids=1,2,3,4,5 request, the response when you request over 100 items is actually a 400, rather than a paginated response. I don't really want to open a can of worms by starting to describe limits outside of the pagination page, but this might justify it for this endpoint?