apps-script-oauth1 icon indicating copy to clipboard operation
apps-script-oauth1 copied to clipboard

Implement fetchAll

Open ZanGOlie opened this issue 5 years ago • 0 comments
trafficstars

I'm using this library in a situation where I have to make multiple calls to an API. I would typically use UrlFetchApp.fetchAll in such situations, but since I need to use this library's fetch method, I have to resort to making calls in series which will drastically increase execution time and eventually exceed the run-time limits. A fetchAll method for this library would be essential for such situation.

ZanGOlie avatar Dec 28 '19 14:12 ZanGOlie