Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JSON batching #168

Open
rikkuness opened this issue Jul 15, 2022 · 1 comment
Open

Add support for JSON batching #168

rikkuness opened this issue Jul 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rikkuness
Copy link
Contributor

It would be really awesome if we could add support for JSON batch requests https://docs.microsoft.com/en-us/graph/json-batching.

Although I'm really not sure the best way to cleanly integrate it here especially if batching multiple different request types and then mapping the responses appropriately. I don't mind having a poke around to see if it's possible given a consensus it would be a beneficial feature to have.

@manicminer manicminer added the enhancement New feature or request label Jul 18, 2022
@manicminer
Copy link
Owner

Hi @rikkuness, thanks for requesting. Whilst this isn't something I can work on as a priority, I'd be open to adding it if you'd like to try out some potential implementations. You've highlighted the challenges, perhaps as a first pass, batching requests on the same object type would be a simpler place to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants