Lines Matching refs:Service

715 * `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using Si…
729 * Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request optio…
741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
785 * Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer b…
786 * Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getP…
787 * Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setP…
830 * Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now reques…
831 `Guzzle\Service\Command\ArrayCommandInterface`.
839 * `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess
953 `Guzzle\Service\Command\ResponseClassInterface`
968 * Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface
994 * Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface
1007 * Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection
1060 * Service clients no longer require a base_url option in the factory
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1168 * Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command…
1212 * Bug: Now allowing colons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-en…
1213 * Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch …
1214 * Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin
1226 * BC: Removing Guzzle\Service\Command\CommandSet
1273 * Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize whe…
1283 * [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with…
1289 * Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible.
1293 * [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder
1297 * [BC] Moving ResourceIterator* to Guzzle\Service\Resource