ingre api client
Project description
ingre api client
- Commercial software
History
0.3.0 (2014-09-17)
- changed strict resources to __getattr__
0.2.2 (2014-09-16)
- added /frontends
- added /assets
- added /notify
0.2.1 (2014-09-04)
- added shipment_methods, payment_methods, brands, products resources
0.2.0 (2014-08-26)
- support for asuser
0.1.9 (2014-08-21)
- support for timezone to convert results dates
0.1.8 (2014-08-19)
- added catching ConnectionError and raises ServerError
0.1.7 (2014-08-19)
- added ingre.api.client.exceptions (NotFound, BadRequest, Unauthorized, ServerError)
0.1.6 (2014-08-19)
- fixed auth retry when token expires
0.1.5 (2014-08-19)
- added hooks (@api.before_call, @api.after_call)
- added support to call resources f.i. inspect() => inspect.get()
0.1.4 (2014-08-19)
- added support to pass token to OAuth2Client
0.1.3 (2014-08-18)
- fixed expired token retry
0.1.2 (2014-08-18)
- added single resource item support
0.1.1 (2014-08-17)
- fixed @wraps(func.partial)
0.1.0 (2014-08-09)
- First release on PyPI.