getyouridx / pychargify

Python Library for Chargify.com
http://support.chargify.com/faqs/api
GNU General Public License v2.0
23 stars 18 forks source link

Supporting single type parsing and new APIs #7

Open joaoautodev opened 8 years ago

joaoautodev commented 8 years ago

Hey, I needed support for some new APIs and I thought I'd share back with you if you wanted. Here is a brief description:

Adding suport for single-value attribute types enabling the parsing of integer, float, or any type that can be wrapped around a constructor taking a single-value argument Reading all raised chargify exception messages into UnprocessableEntity exception; Adding support for delayed cancelation; Adding support for scheduled/delayed product change Adding support for migration (preview and commit);

Cheers!