Now on pypi! New api methods
We are now on pypi.
You can now use pip install syncsketch to get the newest version.
Updated the method naming format to comply with pep8
We now use snake casing on all methods. Existing methods have been monkey patched to preserve existing scripts.
In v2 we will deprecate the old camelCase method names. please update your code when you can.
Added new methods:
- update_account
- update_project
- delete_project
- archive_project
- restore_project
- update_review
- delete_review
- delete_item
- bulk_delete_items