Releases: button/button-client-ruby
Releases · button/button-client-ruby
2.5.0
Add Links resource
Merge pull request #18 from button/ty/DLC-4558 Added Links resource
v2.3.0
Cut 2.3.0 (#16)
v2.2.0
Merge pull request #14 from button/chris/get-customers Add GET to Customers resource
v2.1.0
Merge pull request #13 from button/chris/customers_api Add Customers resouce to Rubygem
Add new resources; change Button::Response interface
- Add
Accounts
resource - Add
Merchants
resource - Completely change
Button::Response
interface
Add Button::Utils::webhook_authenticated?
Cut 1.2.0 release (#9) * Cut 1.2.0 release * Update CHANGELOG.md
v1.1.1
Fixes an incorrectly set User-Agent
header
v1.1.0
Description
Adding support for a config hash which may be supplied as an optional 2nd argument to the Button::Client#new
. This adds support for configurable hostname
, port
, timeout
, and protocol
. This should be entirely backwards compatible.
Initial Build
v1.0.0 Initial build