indoxrouter 0.1.7__py3-none-any.whl → 0.1.8__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.
- indoxrouter/constants.py +1 -1
- {indoxrouter-0.1.7.dist-info → indoxrouter-0.1.8.dist-info}/METADATA +1 -1
- indoxrouter-0.1.8.dist-info/RECORD +8 -0
- indoxrouter-0.1.7.dist-info/RECORD +0 -8
- {indoxrouter-0.1.7.dist-info → indoxrouter-0.1.8.dist-info}/WHEEL +0 -0
- {indoxrouter-0.1.7.dist-info → indoxrouter-0.1.8.dist-info}/top_level.txt +0 -0
indoxrouter/constants.py
CHANGED
@@ -4,7 +4,7 @@ Constants for the IndoxRouter client.
|
|
4
4
|
|
5
5
|
# API settings
|
6
6
|
DEFAULT_API_VERSION = "v1"
|
7
|
-
DEFAULT_BASE_URL = "https://
|
7
|
+
DEFAULT_BASE_URL = "https://api.indox.org" # Production server URL with HTTPS
|
8
8
|
# DEFAULT_BASE_URL = "http://localhost:8000" # Local development server
|
9
9
|
DEFAULT_TIMEOUT = 60
|
10
10
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
indoxrouter/__init__.py,sha256=28pdx482uGFF_S1msov0LTTGsFTvVBKRqMkDmoXWUBY,1416
|
2
|
+
indoxrouter/client.py,sha256=1XhBiz6CBoN_jNgKmmHvyXecdHZftDckssY2lAir_tA,24044
|
3
|
+
indoxrouter/constants.py,sha256=m5EW5DOxjpvjwj_u2AxMf_5RuPpjpx2Iih35b0E0LEY,1123
|
4
|
+
indoxrouter/exceptions.py,sha256=0ULxtK9va4718PGTO5VoClXYEJeojpiM-7AganeiZZ4,1263
|
5
|
+
indoxrouter-0.1.8.dist-info/METADATA,sha256=HZqWq-PhdEuCfSzROo7L5rQPCvnbSJVur4CKLjMqD98,4971
|
6
|
+
indoxrouter-0.1.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
indoxrouter-0.1.8.dist-info/top_level.txt,sha256=v6FGWkw0QAnXhyYtnXLI1cxzna0iveNvZUotVzCWabM,12
|
8
|
+
indoxrouter-0.1.8.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
indoxrouter/__init__.py,sha256=28pdx482uGFF_S1msov0LTTGsFTvVBKRqMkDmoXWUBY,1416
|
2
|
-
indoxrouter/client.py,sha256=1XhBiz6CBoN_jNgKmmHvyXecdHZftDckssY2lAir_tA,24044
|
3
|
-
indoxrouter/constants.py,sha256=fBY0HNsVqiqk29QR2nkU_GjLEhT7IHg5k1d0wAIHDo8,1112
|
4
|
-
indoxrouter/exceptions.py,sha256=0ULxtK9va4718PGTO5VoClXYEJeojpiM-7AganeiZZ4,1263
|
5
|
-
indoxrouter-0.1.7.dist-info/METADATA,sha256=ZsIozuWEnCp_8oXrR1ABmTgiu2-4E3wrfaTOdjyW1xM,4971
|
6
|
-
indoxrouter-0.1.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
-
indoxrouter-0.1.7.dist-info/top_level.txt,sha256=v6FGWkw0QAnXhyYtnXLI1cxzna0iveNvZUotVzCWabM,12
|
8
|
-
indoxrouter-0.1.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|