python-documentcloud 4.1.1__tar.gz → 4.1.2__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.
- {python-documentcloud-4.1.1/python_documentcloud.egg-info → python-documentcloud-4.1.2}/PKG-INFO +1 -1
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/base.py +1 -1
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2/python_documentcloud.egg-info}/PKG-INFO +1 -1
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/setup.py +1 -1
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/LICENSE +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/README.md +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/__init__.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/addon.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/annotations.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/client.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/constants.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/documents.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/exceptions.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/organizations.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/projects.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/sections.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/toolbox.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/documentcloud/users.py +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/SOURCES.txt +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/dependency_links.txt +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/requires.txt +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/top_level.txt +0 -0
- {python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/setup.cfg +0 -0
|
@@ -104,7 +104,7 @@ class BaseAPIClient(object):
|
|
|
104
104
|
|
|
105
105
|
def delete(self, id_):
|
|
106
106
|
"""Deletes a resource"""
|
|
107
|
-
self.client.delete(f"{self.api_path}/{get_id(id_)}")
|
|
107
|
+
self.client.delete(f"{self.api_path}/{get_id(id_)}/")
|
|
108
108
|
|
|
109
109
|
def all(self, **params):
|
|
110
110
|
return self.list(**params)
|
|
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
|
{python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python-documentcloud-4.1.1 → python-documentcloud-4.1.2}/python_documentcloud.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|