Skip to content

Batch Requests #43

@iDavies

Description

@iDavies

I've been trying to reduce the number of API requests needed to gather up a list of events by batching up venue details requests in to one POST request with a JSON payload (as per docs).

I have tested the call with PostMan and have it working correctly, however, when I use the SDK I'm continually getting bad page format errors from the API, claiming that my request is not properly formatted JSON.

There is no "batch" keyword so I can't use the **kwargs fields as I would for other calls via the SDK.

For me at least, a properly supported batch endpoint would be a huge help!

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