batch_api
batch_api copied to clipboard
Merge op params and query string params in GET operations
- Params passed in GET operation are now available via Rack::Request params method.
- Uses URI.parse instead of url.split("?") to parse the op url
@arsduo, can we get this PR merged?
It doesn't work for me. I don't know why.