| Yard doc tag updates for Plugin and PluginList. |
|
More...
|
over 12 years ago
|
| The build_client plugin callback now receives a proper configuration object. |
|
More...
|
over 12 years ago
|
| Renamed a local to not conflict with a method in the same scope. |
|
More...
|
over 12 years ago
|
| Fix typo in signature handlers |
|
More...
|
over 12 years ago
|
| Fixed a bug in OperationMethods plugin in how it passed along the block to the request. |
|
More...
|
over 12 years ago
|
| OperationMethods plugin now adds a #operation_names helper to Client::Base. |
|
More...
|
over 12 years ago
|
| Documented the OperationMethods plugin. |
|
More...
|
over 12 years ago
|
| rake setup now checks for the presence of vendor/seahorse before attemping to clone the target repo. |
|
More...
|
over 12 years ago
|
| Added a rake setup task that checkouts seahorse into vendor. |
|
More...
|
over 12 years ago
|
| Removed duplicate entry for vendor in the .gitignore file. |
|
More...
|
over 12 years ago
|
| Aws::Credentials now passes its specs. |
|
More...
|
over 12 years ago
|
| Added specs (not passing yet) for Aws::Credentials. |
|
More...
|
over 12 years ago
|
| Reordered credentials class to be consistent with how other code is formatted. |
|
More...
|
over 12 years ago
|
| Documented Aws::Credentials. |
|
More...
|
over 12 years ago
|
| Add RequestContext#operation to load operation object from name |
|
More...
|
over 12 years ago
|
| Add Plugin#construct_client, Plugin.construct_client, Client::Base.client_class, Client::Base.new |
|
More...
|
over 12 years ago
|
| Add specs for Plugin#initialize_client |
|
More...
|
over 12 years ago
|
| Add Plugin.initialize_client callback |
|
More...
|
over 12 years ago
|
| Move build_plugins and build_config to class level methods on Client::Base |
|
More...
|
over 12 years ago
|
| Cleanup Endpoint plugin specs |
|
More...
|
over 12 years ago
|
| Simplify plugin specs |
|
More...
|
over 12 years ago
|
| Add OperationMethods plugin |
|
More...
|
over 12 years ago
|
| HTTP handler should rewind stream after writing response body |
|
More...
|
over 12 years ago
|
| Add OperationMethods to autoload |
|
More...
|
over 12 years ago
|
| Add Response#data attribute for setting service response data |
|
More...
|
over 12 years ago
|
| Add LazyOperationHash#keys to return lazy keys |
|
More...
|
over 12 years ago
|
| Add newline |
|
More...
|
over 12 years ago
|
| WIP plugins for SWF |
|
More...
|
over 12 years ago
|
| Reimplemented streaming with an IO like interface. |
|
More...
|
over 12 years ago
|
| Http::Request and Response bodies are now expected to be IO objects. |
|
More...
|
over 12 years ago
|