Skip to content

Support batching of inputs where appropriate #2

Description

@joshdifabio

Many API endpoints allow batch requests. Ideally it should be possible for connectors to be able to declare endpoint functions which can deal with batches of inputs in order to reduce the number of requests we send to APIs. The most obvious solution would be for those functions to accept an iterator as an argument instead of a single value, but this means that the endpoint function is then responsible for managing the output order, as well as rendering outputs in the correct format.

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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions