Google is discontinuing support for the global batch API
Opened this issue · 0 comments
kurtschwarz commented
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?