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?
As per the blog post found here. Google is no longer going to support using the generic
POST /batchendpoint 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?