Skip to content

Commit 7ddda7a

Browse files
committed
deploy: 107a638
0 parents  commit 7ddda7a

24 files changed

+5033
-0
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: d04a6814aae8f37c4d6a0a2c7170967e
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.buildinfo.bak

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 92f8d6ac56ccab42ac73d860c02e5024
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

63.6 KB
Binary file not shown.

.doctrees/index.doctree

468 KB
Binary file not shown.

.nojekyll

Whitespace-only changes.

_sources/index.rst.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. SyncSketch Python API Library documentation master file, created by
2+
sphinx-quickstart on Thu Jul 25 15:46:05 2024.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
SyncSketch Python API Library documentation
7+
===========================================
8+
9+
autodoc_member_order = 'bysource'
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
:caption: Contents:
14+
15+
.. class:: syncsketch.SyncSketchAPI
16+
:no-index:
17+
18+
SyncSketchAPI is a class that provides a set of methods to interact with SyncSketch API.
19+
20+
.. method:: __init__(
21+
auth,
22+
api_key,
23+
host="https://www.syncsketch.com",
24+
useExpiringToken=False,
25+
debug=False,
26+
api_version="v1",
27+
use_header_auth=False
28+
)
29+
30+
Constructor for SyncSketchAPI class.
31+
32+
:param str auth: The username of the user.
33+
:param str api_key: The api key of the user.
34+
:param str host: The host of the SyncSketch API.
35+
:param bool useExpiringToken: If True, the token will expire after 1 hour.
36+
:param bool debug: If True, the debug mode will be enabled.
37+
:param str api_version: The version of the SyncSketch API.
38+
:param bool use_header_auth: If True, the authentication will be done using headers.
39+
:return: SyncSketchAPI object.
40+
:rtype: obj
41+
42+
.. autoclass:: syncsketch.SyncSketchAPI
43+
:show-inheritance:
44+
:members:
45+
:exclude-members: isConnected,get_api_base_url,get_media_by_review_id,join_url_path,addComment,addItem,addMedia,addMediaByURL,addProject,addReview,addUsers,getProjectById,getProjects,getProjectsByName,get_shotgun_sync_review_notes_progress,updateItem,connectItemToReview,deleteItem,deleteProject,deleteReview,getAccounts,getAnnotations,getCurrentUser,getGreasePencilOverlays,getItem,getMedia,add_users,shotgrid_get_projects,getMediaByReviewId,getReviewById,getReviewByName,getReviewsByProjectId,getTree,getUserById,getUsersByName,getUsersByProjectId
46+
:member-order: bysource

0 commit comments

Comments
 (0)