digitalhub 0.9.1__py3-none-any.whl → 0.9.2__py3-none-any.whl
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.
Potentially problematic release.
This version of digitalhub might be problematic. Click here for more details.
- digitalhub/client/dhcore/api_builder.py +1 -1
- {digitalhub-0.9.1.dist-info → digitalhub-0.9.2.dist-info}/METADATA +1 -1
- {digitalhub-0.9.1.dist-info → digitalhub-0.9.2.dist-info}/RECORD +6 -6
- {digitalhub-0.9.1.dist-info → digitalhub-0.9.2.dist-info}/LICENSE.txt +0 -0
- {digitalhub-0.9.1.dist-info → digitalhub-0.9.2.dist-info}/WHEEL +0 -0
- {digitalhub-0.9.1.dist-info → digitalhub-0.9.2.dist-info}/top_level.txt +0 -0
|
@@ -91,7 +91,7 @@ class ClientDHCoreApiBuilder(ClientApiBuilder):
|
|
|
91
91
|
elif operation == BackendOperations.RESUME.value:
|
|
92
92
|
return f"{API_CONTEXT}/{project}/{entity_type}/{kwargs['entity_id']}/resume"
|
|
93
93
|
elif operation == BackendOperations.DATA.value:
|
|
94
|
-
return f"{API_CONTEXT}/{project}/{entity_type}/
|
|
94
|
+
return f"{API_CONTEXT}/{project}/{entity_type}/data"
|
|
95
95
|
elif operation == BackendOperations.FILES.value:
|
|
96
96
|
return f"{API_CONTEXT}/{project}/{entity_type}/{kwargs['entity_id']}/files/info"
|
|
97
97
|
elif operation == BackendOperations.SEARCH.value:
|
|
@@ -7,7 +7,7 @@ digitalhub/client/_base/api_builder.py,sha256=kB0phBqaPTLayyXyA1GbHgnbo4bBkadBti
|
|
|
7
7
|
digitalhub/client/_base/client.py,sha256=Z2iVRCyEzR1-B2uUh9uGQVuCpLFOE0UL64kEXhyf2aI,2974
|
|
8
8
|
digitalhub/client/_base/key_builder.py,sha256=xl3jM7z2eLP6HfPXusmZyLqsvfKHQfxfZ3SWPS7MHuk,1155
|
|
9
9
|
digitalhub/client/dhcore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
digitalhub/client/dhcore/api_builder.py,sha256=
|
|
10
|
+
digitalhub/client/dhcore/api_builder.py,sha256=apx0z0j4m5hA9ZM7IQW60mOVrG3K0f8BxkKuzB0sHxE,3630
|
|
11
11
|
digitalhub/client/dhcore/client.py,sha256=rYNSv-UpxoksaZki19A4pCch0tHlGIId9eDuFCfdxDk,21297
|
|
12
12
|
digitalhub/client/dhcore/enums.py,sha256=kaVXZTTa2WmsFbcc1CKWNLOM0JtUtcjL-KpspnTOhEE,523
|
|
13
13
|
digitalhub/client/dhcore/env.py,sha256=zBUNbK8G8PyMGAw_65BnX2Z_WUkrmTyQmYhLE6Jqgvk,618
|
|
@@ -226,8 +226,8 @@ test/local/CRUD/test_dataitems.py,sha256=LQqTzI59uwTGy4zoq8jL0yWVe2W9vXlatkgDU9a
|
|
|
226
226
|
test/local/CRUD/test_models.py,sha256=msosbZuRwIMbZtmi3ZaOva4TjQ4lrzkNu9AguIFhrSo,2929
|
|
227
227
|
test/local/imports/test_imports.py,sha256=W-YugO0rpJwvtWp57MXaXfEmE-f5iWuCiLY-n0ZU4z8,1271
|
|
228
228
|
test/local/instances/test_validate.py,sha256=bGPKRFR_Tb5nlzzmI_ty_6UVUvYGseE2-pkNVoGWeO0,1842
|
|
229
|
-
digitalhub-0.9.
|
|
230
|
-
digitalhub-0.9.
|
|
231
|
-
digitalhub-0.9.
|
|
232
|
-
digitalhub-0.9.
|
|
233
|
-
digitalhub-0.9.
|
|
229
|
+
digitalhub-0.9.2.dist-info/LICENSE.txt,sha256=qmrTTXPlgU0kSRlRVbjhlyGs1IXs2QPxo_Y-Mn06J0k,11589
|
|
230
|
+
digitalhub-0.9.2.dist-info/METADATA,sha256=BK4eScpROT0DJIThZE98rCHjcNUIOBuQXnqh72U_LTE,15318
|
|
231
|
+
digitalhub-0.9.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
232
|
+
digitalhub-0.9.2.dist-info/top_level.txt,sha256=ae9pDfCF27ZoaVAxuBKONMP0lm5P-N_I-e-no1WlvD8,16
|
|
233
|
+
digitalhub-0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|