Tapi 0.1.2__tar.gz → 0.1.3__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.
- {tapi-0.1.2 → tapi-0.1.3}/PKG-INFO +2 -2
- {tapi-0.1.2 → tapi-0.1.3}/README.md +1 -1
- {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/PKG-INFO +2 -2
- {tapi-0.1.2 → tapi-0.1.3}/setup.py +1 -1
- {tapi-0.1.2 → tapi-0.1.3}/LICENSE +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/SOURCES.txt +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/dependency_links.txt +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/requires.txt +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/top_level.txt +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/setup.cfg +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/actions.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/events.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/logs.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/action_egress_control_rules.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/admin.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/ip_access_control.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/job.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/scim.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/template.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/user.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/audit_log/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/audit_log/audit_logs.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/actions.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/activities.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/assignees.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/blocks.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/cases.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/comments.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/fields.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/files.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/inputs.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/linked_cases.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/metadata.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/notes.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/records.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/subscribers.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/credential/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/credential/credentials.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/event/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/event/events.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/folder/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/folder/folders.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/note/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/note/notes.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/artifacts.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/records.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/types.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/report/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/report/reporting.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/resource/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/resource/resources.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/change_requests.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/drafts.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/groups.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/runs.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/stories.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/versions.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/members.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/teams.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/api/tenant.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/client/__init__.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/client/client.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/helpers.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/http.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/testing_decorators.py +0 -0
- {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tapi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Tines REST API wrapper
|
|
5
5
|
Home-page: https://github.com/1Doomdie1/Tapi
|
|
6
6
|
Author: Todoran Horia
|
|
@@ -47,7 +47,7 @@ A simple Python wrapper for the Tines API.
|
|
|
47
47
|
## ⚙️Installation
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
pip install tapi
|
|
50
|
+
pip install tapi
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
## 🔄 Usage
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Tapi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Tines REST API wrapper
|
|
5
5
|
Home-page: https://github.com/1Doomdie1/Tapi
|
|
6
6
|
Author: Todoran Horia
|
|
@@ -47,7 +47,7 @@ A simple Python wrapper for the Tines API.
|
|
|
47
47
|
## ⚙️Installation
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
pip install tapi
|
|
50
|
+
pip install tapi
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
## 🔄 Usage
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|