conradj / gatsby-source-pocket

Fetch data from Pocket API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to fetch more /all Pocket items

Vacilando opened this issue · comments

Pocket API seems to have a limit of 10k items per request. In any case, fetching 10k requests takes considerable time, and it times out sometimes. It would be much better to fetch large archives (eg 35k in our case) using several requests with a smaller limit (of eg 5k).

Working on a PR for this, will you be able to look at it, @conradj?
Alternatively, would you consider providing write access to this repo so that we can collaborate?

See also Rate limit clarification #14.

Hi @conradj, here's the correct PR, could you please accept, or provide the necessary rights so that I can help by committing it myself?

This will be done in project https://github.com/Vacilando/gatsby-source-pocketapi which represents the continuation of the development of this plugin, please see Vacilando/gatsby-source-pocketapi#3