- Much better docs - Fixed support for image file downloads - Support for `street2` address subfield [28] - Increase default page limit from `10` to `1000` - Bumping to v0.1.0 for those using the default page limit of `10`
0.0.13
- add support for file downloads [23] - remove arrow dependency [20] - write timestamps in isoformat when writing to csv - update docs to reflect Python 3 requirement
0.0.10
Get_app_data(app_id) well fetch the application's configuration data (objects, scenes, etc).
0.0.9
Redesign record create and update and add support for record delete via new record() method, which accepts a record payload, app parameters, and a method argument (create, update, delete).
0.0.5
Removes the required id_key parameter from the update_record method and instead defaults it to 'id'.
0.0.4
This commit adds a max_attempts parameter to Knackpy methods which get or post data to the Knack API.
By default, Knackpy will resend a request 5 times before giving up. The parameter (along with the timeout duration) can also be set manually.