mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 18:43:22 +01:00
Removing special handling of ClosureCommand Throwing an exception when required parameters are missing from a dynamic command Pass ApiCommand objects to a ClosureCommand in the second argument of the constructor, not in the api_command parameter key Adding Guzzle\Service\Command\DynamicCommand that will prepare HTTP requests based on an API command. Extend this class for advanced response processing for API commands. Making DynamicCommand the default command for ApiCommands Removing the old DynamicCommandFactory and replacing with a simpler ApiCommandFactory