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

Cannot send parameters as json object #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

Some rpc require parameters be sent as object type instead of array, but guzzle requires everything to be array.

biggianteye commented 6 years ago

Do you have an example?