| You can now set a default value for configuration attributes. |
|
More...
|
over 12 years ago
|
| Added a basic configuration class. |
|
More...
|
over 12 years ago
|
| Client now builds the default endpoint using the API 'endpoint_prefix'. |
|
More...
|
over 12 years ago
|
| Added more missing parenthesis. |
|
More...
|
over 12 years ago
|
| Simplified the logic for determining the region. |
|
More...
|
over 12 years ago
|
| Added a require statement for seahorse-client gem. |
|
More...
|
over 12 years ago
|
| Added missing parenthesis to a method definition. |
|
More...
|
over 12 years ago
|
| Made Client.set_api a public method. |
|
More...
|
over 12 years ago
|
| Renamed Client.api_endpoint to default_endpoint. |
|
More...
|
over 12 years ago
|
| Seahorse::Client no longer exposes a #configuration attribute. |
|
More...
|
over 12 years ago
|
| Removed the Configuration class, not used yet. |
|
More...
|
over 12 years ago
|
| Added placeholder project README. |
|
More...
|
over 12 years ago
|
| Puring AWS_REGION and AMAZON_REGION before running unit tests. |
|
More...
|
over 12 years ago
|
| The region will now load from ENV when set. |
|
More...
|
over 12 years ago
|
| You can now pass :region to the client constructor. |
|
More...
|
over 12 years ago
|
| Added a minimal Client base class that requires a region. |
|
More...
|
over 12 years ago
|
| Moved dev dependencies from gem spec to Gemfile. |
|
More...
|
over 12 years ago
|
| Moved away from FileList to pattern in the test task. |
|
More...
|
over 12 years ago
|
| Did a sweep of the codebase and corrected style inconsistencies. |
|
More...
|
over 12 years ago
|
| Added an @api private doc tag to a class constant. |
|
More...
|
over 12 years ago
|
| Http::Response#body is now mutable. |
|
More...
|
over 12 years ago
|
| Added #body method to Http::Response. |
|
More...
|
over 12 years ago
|
| Documentation fix. |
|
More...
|
over 12 years ago
|
| Changed #headers to attr_reader on Http::Response. |
|
More...
|
over 12 years ago
|
| Refactored Http::Request to remove uneeded #code= method now that it is required by the constructor. |
|
More...
|
over 12 years ago
|
| Added the ability to seed a HeaderHash in the constructor. |
|
More...
|
over 12 years ago
|
| You can now seed the Http::Response#headers from the constructor. |
|
More...
|
over 12 years ago
|
| Added #headers to Http::Response. |
|
More...
|
over 12 years ago
|
| Added additional validation on Http::Response#code=. |
|
More...
|
over 12 years ago
|
| Added a *very* basic Http::Response class with a status code. |
|
More...
|
over 12 years ago
|