graze / guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle
https://packagist.org/packages/graze/guzzle-jsonrpc
MIT License
93 stars 61 forks source link

Updates to support GuzzleHTTP 5 and RingPHP handlers #16

Closed adlawson closed 9 years ago

adlawson commented 9 years ago

Does anyone care to review?

External API hasn't changed any more than Guzzle 4-5 options have done. This means that Adapter/Parallel Adapters are no longer supported, which resulted in removing

These have been replaced by wrapping up request bodies into a single request inline.