Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Implement fetchAll #47

@ZanGOlie

Description

@ZanGOlie

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sqrrrl@ZanGOlie

        Issue actions

          Implement fetchAll · Issue #47 · googleworkspace/apps-script-oauth1