Skip to content

Releases: syncsketch/python-api

Add and Remove Users, Fixed ProjectUser Query

13 Aug 18:04

Choose a tag to compare

v1.0.7.6

remove print and adjusting docstrings

Include Annotation Data for Flattened Sketches

20 Jul 05:13

Choose a tag to compare

v1.0.7.5

Merge remote-tracking branch 'origin/master'

New methods getItem() and addComment()

10 Jul 18:53

Choose a tag to compare

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

06 Jul 17:07

Choose a tag to compare

New function to download the flattened sketches (sketch with background image) for an item.

Fixed addMediaByURL

26 Jun 20:38

Choose a tag to compare

Adjusting params to PEP8

Auth fix

28 May 19:40

Choose a tag to compare

Updated code to not use header authorization until we fix Apache config on production

Consolidating auth into header. Fix getUsersByName and getUsersByProjectId

27 May 21:05

Choose a tag to compare

Fixing GetUserByProjectId and getUsersByName
Consolidating auth into headers to prevent conflict with regular parameters.

Fix GET methods. Flag to include deleted and archived projects

26 Mar 18:29

Choose a tag to compare

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

11 Feb 00:39
f66ce1a

Choose a tag to compare

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

01 Mar 10:01

Choose a tag to compare

v1.0.4

rename file to zip