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

Support for batch request processing #375

Open
timmixell opened this issue Oct 27, 2018 · 2 comments
Open

Support for batch request processing #375

timmixell opened this issue Oct 27, 2018 · 2 comments

Comments

@timmixell
Copy link
Collaborator

Inspired by: https://developers.facebook.com/docs/graph-api/making-multiple-requests/

It is sometimes beneficial to make a single roll-up request, rather than requiring an implementation to make multiple over-the-network requests.

My initial PoC only required modifications to the parseRequest and onRequest methods. I can PR what I have if you want to take a look and offer any feedback.

@atuttle
Copy link
Owner

atuttle commented Nov 6, 2018

If you want to drop in a gist of your PoC I'll be happy to look it over. I'm not opposed to the idea as long as we're adhering to standards and best practices.

@timmixell
Copy link
Collaborator Author

@atuttle , my colleague @sammud-sharma and I have been working on getting a working PoC in place. It's mostly functional, though things like file uploads haven't been ironed out. We wanted to make sure this direction was something you were cool with before we put a ton of time into it:

sammud-sharma@8b28f03

Thanks!

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

No branches or pull requests

2 participants