terrakio-core 0.2.0__tar.gz → 0.2.1__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.
Potentially problematic release.
This version of terrakio-core might be problematic. Click here for more details.
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/PKG-INFO +1 -1
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/pyproject.toml +1 -1
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/setup.py +1 -1
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/user_management.py +1 -1
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core.egg-info/PKG-INFO +1 -1
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/README.md +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/setup.cfg +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/__init__.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/auth.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/client.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/config.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/dataset_management.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/exceptions.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core/mass_stats.py +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core.egg-info/SOURCES.txt +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core.egg-info/dependency_links.txt +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core.egg-info/requires.txt +0 -0
- {terrakio_core-0.2.0 → terrakio_core-0.2.1}/terrakio_core.egg-info/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages # Make sure to import find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="terrakio_core",
|
|
5
|
-
version="0.2.
|
|
5
|
+
version="0.2.1",
|
|
6
6
|
author="Yupeng Chao",
|
|
7
7
|
author_email="yupeng@haizea.com.au",
|
|
8
8
|
description="Core components for Terrakio API clients",
|
|
@@ -148,7 +148,7 @@ class UserManagement:
|
|
|
148
148
|
APIError: If the API request fails
|
|
149
149
|
"""
|
|
150
150
|
# Use the base API URL instead of hardcoding
|
|
151
|
-
endpoint =
|
|
151
|
+
endpoint = "https://terrakio-server-lark-573248941006.australia-southeast1.run.app/admin/users"
|
|
152
152
|
|
|
153
153
|
params = {}
|
|
154
154
|
if substring:
|
|
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
|