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

Prepare for Initial Stable 1.0 release #9

Closed adlawson closed 9 years ago

adlawson commented 10 years ago

This PR is for discussion around the work towards a stable 1.x release.

This release will still implement a JSON-RPC 2.0 client for the Guzzle 3.x project. For discussion around implementing a client for Guzzle 4.x, please see the relevant issue.

adlawson commented 10 years ago

As stated in the first commit:

The main change is around usage of a RequestFactory rather than creating inline in the client. This also lets us remove individual calls to setClient etc to correctly setup the request decorators.

adlawson commented 9 years ago

Not much chat going on here, so I'm going to merge in shortly.