mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-13 12:33:57 +01:00
9844615293
[Service] Allowing simpler Guzzle\Service\Client objects to be created (removing the requirement of a ServiceDescription and CommandFactory). Allowing the first argument of the clientss constructor to be an array or collection of config data, or, when a string is used, be just the base url of the web service. Adding get, head, delete, put, and post helper methods to the client, and adding support for Spring-like REST templates for clients. Clients can now create requests that extends the base URL of the client.