Sha256: 45bc1494ab70352d76bc42385bf79a1270fc3b294ba7fcf0e8058e09d0f18ec3

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0] - 2017-02-22
### Added
- raise ArgumentError when validation schema is available and it has errors

## [1.1.0] - 2017-02-17
### Added
- `Client` inherits attributes from gem namespace. No need to specify these attributes again.

## [1.0.0] - 2017-02-15
### Fixed
- Ensure args are passed correctly into request instantiation

## [0.2.1] - 2017-02-13
### Fixed
- bug with customizing the args of an `api_action` (it didn't work at all!)
- when building path, escape the values

## [0.2.0]
### Added
- Convenience module for gem's base module

### Fixed
- Do not require arguments to be passed into api actions
- Do not singularize the action_name. Call camelize instead of classify

### Changed
- Typhoeus is not a dependency; user must add it if they will use `Request#call`

## [0.1.0] - 2016-12-15
### Added
- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api_client_base-1.2.0 CHANGELOG.md