aiauto-client 0.1.1__py3-none-any.whl → 0.1.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.
- aiauto/_config.py +2 -2
- aiauto/http_client.py +2 -2
- {aiauto_client-0.1.1.dist-info → aiauto_client-0.1.2.dist-info}/METADATA +1 -1
- {aiauto_client-0.1.1.dist-info → aiauto_client-0.1.2.dist-info}/RECORD +6 -6
- {aiauto_client-0.1.1.dist-info → aiauto_client-0.1.2.dist-info}/WHEEL +0 -0
- {aiauto_client-0.1.1.dist-info → aiauto_client-0.1.2.dist-info}/top_level.txt +0 -0
aiauto/_config.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
# For Connect RPC over HTTP
|
2
|
-
# This will be converted to https://api.aiauto.
|
3
|
-
AIAUTO_API_TARGET = "api.aiauto.
|
2
|
+
# This will be converted to https://api.aiauto.pangyo.ainode.ai in production
|
3
|
+
AIAUTO_API_TARGET = "api.aiauto.pangyo.ainode.ai:443"
|
aiauto/http_client.py
CHANGED
@@ -13,8 +13,8 @@ class ConnectRPCClient:
|
|
13
13
|
if base_url:
|
14
14
|
self.base_url = base_url
|
15
15
|
else:
|
16
|
-
# AIAUTO_API_TARGET is like "api.aiauto.
|
17
|
-
# Convert to "https://api.aiauto.
|
16
|
+
# AIAUTO_API_TARGET is like "api.aiauto.pangyo.ainode.ai:443"
|
17
|
+
# Convert to "https://api.aiauto.pangyo.ainode.ai"
|
18
18
|
host = AIAUTO_API_TARGET.split(':')[0]
|
19
19
|
self.base_url = f"https://{host}"
|
20
20
|
|
@@ -1,11 +1,11 @@
|
|
1
1
|
aiauto/__init__.py,sha256=TgD2ZvIHb7oKJb-HjUl3WfXXtuWLien0sybSy9onjL8,395
|
2
|
-
aiauto/_config.py,sha256=
|
2
|
+
aiauto/_config.py,sha256=DaRTIZlph9T3iuW-Cy4fkw8i3bXB--gMtW947SLZZNs,159
|
3
3
|
aiauto/api.py,sha256=hzoVZMwKtH2EaAM1bY67grp6cenltCl8kdG8YHPegvk,1517
|
4
4
|
aiauto/constants.py,sha256=UhDCLFoPE89XrHB3SEnZR3YUuzajgugMGX80KYx_qc0,939
|
5
5
|
aiauto/core.py,sha256=uvAuSIL6CrIDfRBnBjN6SPFXD1ZJa7w7afNzmDyvzLM,7777
|
6
|
-
aiauto/http_client.py,sha256=
|
6
|
+
aiauto/http_client.py,sha256=t1gxeM5-d5bsVoFWgaNcTrt_WWUXuMuxge9gDlEqhoA,2086
|
7
7
|
aiauto/serializer.py,sha256=_iPtEoqW8RTKOZ6UrC7CzOqoangpPYzeL7MQfIdmov8,1568
|
8
|
-
aiauto_client-0.1.
|
9
|
-
aiauto_client-0.1.
|
10
|
-
aiauto_client-0.1.
|
11
|
-
aiauto_client-0.1.
|
8
|
+
aiauto_client-0.1.2.dist-info/METADATA,sha256=Yez_Igblnrkc0f6fAk5YQ7HHkqv6xRjZ_jeHak3vzzk,3335
|
9
|
+
aiauto_client-0.1.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
10
|
+
aiauto_client-0.1.2.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
|
11
|
+
aiauto_client-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|