brynq-sdk-monday 1.2.4__tar.gz → 1.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/PKG-INFO +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday/upload_tracket.py +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/PKG-INFO +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/setup.py +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday/__init__.py +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday/extract_monday.py +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday/extract_tracket.py +1 -1
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/SOURCES.txt +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/dependency_links.txt +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/not-zip-safe +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/requires.txt +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/top_level.txt +0 -0
- {brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/setup.cfg +0 -0
|
@@ -18,10 +18,10 @@ class UploadTracket(BrynQ):
|
|
|
18
18
|
For the full documentation, see: https://avisi-apps.gitbook.io/tracket/api/
|
|
19
19
|
"""
|
|
20
20
|
super().__init__()
|
|
21
|
-
self.headers = self.__get_headers(label=label)
|
|
22
21
|
self.base_url = "https://us.production.timesheet.avisi-apps.com/api/2.0/"
|
|
23
22
|
self.debug = debug
|
|
24
23
|
self.timeout = 3600
|
|
24
|
+
self.headers = self.__get_headers(label=label)
|
|
25
25
|
|
|
26
26
|
def __get_headers(self, label):
|
|
27
27
|
"""
|
|
File without changes
|
|
@@ -17,10 +17,10 @@ class ExtractMonday(BrynQ):
|
|
|
17
17
|
For the full documentation, see: https://developer.monday.com/api-reference/docs/basics
|
|
18
18
|
"""
|
|
19
19
|
super().__init__()
|
|
20
|
-
self.headers = self.__get_headers(label=label)
|
|
21
20
|
self.endpoint = "https://api.monday.com/v2/"
|
|
22
21
|
self.debug = debug
|
|
23
22
|
self.timeout = 3600
|
|
23
|
+
self.headers = self.__get_headers(label=label)
|
|
24
24
|
|
|
25
25
|
def __get_headers(self, label):
|
|
26
26
|
credentials = self.get_system_credential(system='monday', label=label)
|
|
@@ -17,9 +17,9 @@ class ExtractTracket(BrynQ):
|
|
|
17
17
|
For the full documentation, see: https://avisi-apps.gitbook.io/tracket/api/
|
|
18
18
|
"""
|
|
19
19
|
super().__init__()
|
|
20
|
-
self.headers = self.__get_headers(label=label)
|
|
21
20
|
self.base_url = "https://us.production.timesheet.avisi-apps.com/api/2.0/"
|
|
22
21
|
self.timeout = 3600
|
|
22
|
+
self.headers = self.__get_headers(label=label)
|
|
23
23
|
|
|
24
24
|
def __get_headers(self, label):
|
|
25
25
|
"""
|
|
File without changes
|
{brynq_sdk_monday-1.2.4 → brynq_sdk_monday-1.2.5}/brynq_sdk_monday.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|