Syncsketch

Latest version: v1.0.10.4

Safety actively analyzes 638437 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.0.8.5

Add new method to move items from one review to another.

Example call:


new_review_id = 123
old_review_id = 100
item_id = 1234

s.move_items(new_review_id, [ { "review_id": old_review_id, "item_id": item_id } ] )

1.0.8.4

Added function to query user connections by user and account id

1.0.8.3

We released new endpoints

- Get project/account connections for specific user
- Get all users in a workspace
- Allow passing limit/offset in get_projects
- Allow passing limit/offset in get_reviews_by_project_id
- Duplicate Project

Bug fixes
Get user by name fix
Get user by email

1.0.8.1

Fixed an issue with downloading the flattened annotations.

1.0.8.0

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

1.0.7.8

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.