I have a few programs that make multiple client-side (in the browser) calls to Google APIs. I wanted an easy way to handle/manage them that took care of batching, nextPageToken, and retries with exponential back off.
So I wrote nGFetchALot.
A small library for optimized Google API requests, including batch requests, with automatic pagination and exponentially backedoff retries.
I’d appreciate any feedback folks have on it.