Skip to content

Now on pypi! New api methods

Choose a tag to compare

@soccer99 soccer99 released this 29 Jan 22:31
· 88 commits to master since this release
bd181a0

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