Releases: syncsketch/python-api
Releases · syncsketch/python-api
Add and Remove Users, Fixed ProjectUser Query
v1.0.7.6 remove print and adjusting docstrings
Include Annotation Data for Flattened Sketches
v1.0.7.5 Merge remote-tracking branch 'origin/master'
New methods getItem() and addComment()
Add new methods
getItem(item_id)
-> returns item object
addComment(item_id, comment_str, frame_num=0)
Adds a text comment to the item, on the provided frame number (defaults to 0)
Download flattened Sketches for Enterprise
New function to download the flattened sketches (sketch with background image) for an item.
Fixed addMediaByURL
Adjusting params to PEP8
Auth fix
Consolidating auth into header. Fix getUsersByName and getUsersByProjectId
Fixing GetUserByProjectId and getUsersByName
Consolidating auth into headers to prevent conflict with regular parameters.
Fix GET methods. Flag to include deleted and archived projects
Critical fix for GET endpoint methods.
New:
New params on getProjects() endpoint "include_deleted" and "include_archived".
Usage:
s.getProjects(include_deleted=True, include_archived=True)
Python 3 Compatible
The library is now compatible with Python version 3.
Confirmed functionality on the following python versions:
2.7.14+
3.6
3.8
Release with UI - automated release
v1.0.4 rename file to zip