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
As per the blog post found here. Google is no longer going to support using the generic POST /batch endpoint and instead switch to batching on a per-API type basis.
I've created a fork that uses some basic regexp to rewrite the batch request url. It's probably a terrible way to do things, but it works!
Thoughts on supporting homogeneous batch requests going forward?
The text was updated successfully, but these errors were encountered:
As per the blog post found here. Google is no longer going to support using the generic
POST /batch
endpoint and instead switch to batching on a per-API type basis.I've created a fork that uses some basic regexp to rewrite the batch request url. It's probably a terrible way to do things, but it works!
Thoughts on supporting homogeneous batch requests going forward?
The text was updated successfully, but these errors were encountered: