You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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:
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.
The text was updated successfully, but these errors were encountered: