Releases: button/button-client-python
Releases · button/button-client-python
3.0.0
v2.7.0: Add time_field to accounts#transactions (#33)
* Added optional `time_field` argument to `client.accounts.transactions` * Fixup flake8; add test
Add HTTPResponseError to top-level module
Add HTTPResponseError to top-level import (#32) * Add HTTPResponseError to top-level import * Add flake8 exceptions
Add HTTPResponseError
v2.6.0 Add HTTPResponseError to expose underlying http error codes and cause…
Add Links resource
Add Links resource
Add Customers
v2.4.0 Cut 2.4.0 Release (#26)
Add support for Python 3.6
v2.3.0 Cut 2.3.0 (#22)
Add Merchants
v2.2.0 Cut 2.2.0 release (#14)
Add utils#is_webhook_authentic
v2.1.0 Cut 2.1.0 release (#11)
Accounts resource & updated Response class
- Added Accounts resource with
all
andtransactions
methods - Breaking changes to
pybutton.Response
class