Sha256: afcfb61677ab31dbd10ad4013360187c2431d61fcee5c56db2af772c96cb44cd

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 Bytes

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.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.0.0 CHANGELOG.md