python-siseli 0.1.0__py3-none-any.whl → 0.2.0__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.
- {python_siseli-0.1.0.dist-info → python_siseli-0.2.0.dist-info}/METADATA +2 -1
- {python_siseli-0.1.0.dist-info → python_siseli-0.2.0.dist-info}/RECORD +9 -8
- siseli/__init__.py +2 -0
- siseli/auth.py +79 -6
- siseli/const.py +4 -0
- siseli/exceptions.py +20 -1
- siseli/open_auth.py +177 -0
- {python_siseli-0.1.0.dist-info → python_siseli-0.2.0.dist-info}/WHEEL +0 -0
- {python_siseli-0.1.0.dist-info → python_siseli-0.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-siseli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: Python SDK for Siseli Cloud
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.11
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: httpx>=0.27
|
|
9
|
+
Requires-Dist: cryptography>=42
|
|
9
10
|
Provides-Extra: dev
|
|
10
11
|
Requires-Dist: pytest>=8; extra == "dev"
|
|
11
12
|
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
siseli/__init__.py,sha256=
|
|
1
|
+
siseli/__init__.py,sha256=F4eW-gk3BGfcBhVgDCyqotYgCcibac6iSEgyp_px8Ug,1099
|
|
2
2
|
siseli/_utils.py,sha256=QT-ooemKKAIEHICNI2QErPvRkFIkUGo6ncUFCJM1kGc,727
|
|
3
3
|
siseli/alarms.py,sha256=Mc_CV8kUBFTXu8c48NstX8Lc6Q0bPTnhjwehx9sbCkQ,4853
|
|
4
|
-
siseli/auth.py,sha256=
|
|
4
|
+
siseli/auth.py,sha256=I8WwJgy1go1MGxjowkVx-lvCtneh5rRtbs9DV9yO4T8,6470
|
|
5
5
|
siseli/client.py,sha256=Eap7MTrnctdskt6kOzbns7SqUt27ZDjMlIKVshfcfN8,14200
|
|
6
6
|
siseli/config.py,sha256=J8raq7Yf4gCyjO9ISNoTrk_EYNEGrESV56O-aHfDvBU,3278
|
|
7
|
-
siseli/const.py,sha256=
|
|
7
|
+
siseli/const.py,sha256=9qk2YEaDELKmn7xRsvxlnHh9nUGFymN1DWnulfQG4w4,364
|
|
8
8
|
siseli/dashboard.py,sha256=JQHfi8orKs5uWsGGfoTvA14A9M_R9yIAYuGCxb4zTsM,3325
|
|
9
9
|
siseli/device.py,sha256=crix14pYakrDaFmomPC3Uwgdq-1boZ-ZaEg2HgzXibs,2762
|
|
10
10
|
siseli/dictionary.py,sha256=VSO83uXPaGLPzKGRmpROuWQKivXN7DNOmXN8QQJ-Y-w,1120
|
|
11
|
-
siseli/exceptions.py,sha256=
|
|
11
|
+
siseli/exceptions.py,sha256=y9ws9c2vr5Q3bZxLwkXybUqQooq57YEEXAN0wO3_fxk,1420
|
|
12
12
|
siseli/history.py,sha256=CgBvDfZBIrrewu7PeRv08-Zr4boEVOY8Xevruu-ge-I,3869
|
|
13
|
+
siseli/open_auth.py,sha256=t64FrrzS-edsQlLr-tY0MHVvHP0nfNJEd1LcZPw_yXQ,5857
|
|
13
14
|
siseli/state.py,sha256=d7Exlf7FzF8O_CcF-NbAt6kq8qaR4fFhjGW8028kbrM,5800
|
|
14
15
|
siseli/station.py,sha256=e1OK4OIry9WUjT8KggQI5b4Acypm9D31mWAMTjDGFew,5531
|
|
15
16
|
siseli/models/__init__.py,sha256=WSIXRM_JRKNhB_hDwxrpeQgdqKUHdbT3KiFvdrLrrzY,1242
|
|
@@ -23,7 +24,7 @@ siseli/models/dictionary.py,sha256=d6KCu77UMlPcIDON8G3sjuytkSfbI5go1y3I_jAGTX8,4
|
|
|
23
24
|
siseli/models/history.py,sha256=dx26VWLJosucMvwL36vojvAguvkMiv5GEKTllUtZV0Y,791
|
|
24
25
|
siseli/models/state.py,sha256=VK5CNqMLRkY1w9HrcUhvaO_6J-rjqP7VwvbppCFpucI,2393
|
|
25
26
|
siseli/models/station.py,sha256=02OLINAVblnKkF73ZwKxYvPtUFROsu4-g544oDg8ApA,1783
|
|
26
|
-
python_siseli-0.
|
|
27
|
-
python_siseli-0.
|
|
28
|
-
python_siseli-0.
|
|
29
|
-
python_siseli-0.
|
|
27
|
+
python_siseli-0.2.0.dist-info/METADATA,sha256=qHA8H1BcZ_7_LZKWG7mBP5sw61JOUuWXSXHzF58hRFg,1439
|
|
28
|
+
python_siseli-0.2.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
29
|
+
python_siseli-0.2.0.dist-info/top_level.txt,sha256=Dofr9c7hGvRRV6ij6aoPuAZqxEjkgtsBeN4KtFHbGgo,7
|
|
30
|
+
python_siseli-0.2.0.dist-info/RECORD,,
|
siseli/__init__.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""python-siseli — Python SDK for Siseli Cloud."""
|
|
2
2
|
|
|
3
3
|
from .client import SiseliClient
|
|
4
|
+
from .open_auth import attach_open_auth
|
|
4
5
|
from .exceptions import ApiError, AuthenticationError, NetworkError, SiseliError, TokenExpiredError
|
|
5
6
|
from .models import (
|
|
6
7
|
Alarm,
|
|
@@ -25,6 +26,7 @@ from .models import (
|
|
|
25
26
|
|
|
26
27
|
__all__ = [
|
|
27
28
|
"SiseliClient",
|
|
29
|
+
"attach_open_auth",
|
|
28
30
|
"SiseliError",
|
|
29
31
|
"AuthenticationError",
|
|
30
32
|
"TokenExpiredError",
|
siseli/auth.py
CHANGED
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import hashlib
|
|
6
|
+
import logging
|
|
6
7
|
from datetime import UTC, datetime
|
|
7
8
|
|
|
8
9
|
import httpx
|
|
9
10
|
|
|
10
|
-
from .exceptions import AuthenticationError
|
|
11
|
+
from .exceptions import AuthenticationError, NetworkError
|
|
11
12
|
from .models.auth import TokenInfo
|
|
12
13
|
|
|
14
|
+
_LOGGER = logging.getLogger(__name__)
|
|
15
|
+
|
|
13
16
|
|
|
14
17
|
def _md5(text: str) -> str:
|
|
15
18
|
# The Siseli Cloud API requires the MD5 hash of the plaintext password.
|
|
@@ -25,6 +28,28 @@ def _parse_dt(value: str | None) -> datetime | None:
|
|
|
25
28
|
return datetime.fromisoformat(value.replace("Z", "+00:00"))
|
|
26
29
|
|
|
27
30
|
|
|
31
|
+
def _extract_api_message(response: httpx.Response) -> str | None:
|
|
32
|
+
"""Extract a safe, short error message from an HTTP error response.
|
|
33
|
+
|
|
34
|
+
Tries to parse the body as JSON and returns the value of the first
|
|
35
|
+
recognised error field (``error``, ``message``, ``detail``). Falls back
|
|
36
|
+
to the first 200 characters of the raw text body so there is always
|
|
37
|
+
*something* useful in logs. Never returns passwords, tokens, or auth
|
|
38
|
+
headers — those are never present in response bodies.
|
|
39
|
+
"""
|
|
40
|
+
try:
|
|
41
|
+
body = response.json()
|
|
42
|
+
if isinstance(body, dict):
|
|
43
|
+
for key in ("error", "message", "detail"):
|
|
44
|
+
value = body.get(key)
|
|
45
|
+
if value and isinstance(value, str):
|
|
46
|
+
return value[:200]
|
|
47
|
+
except Exception: # noqa: BLE001
|
|
48
|
+
pass
|
|
49
|
+
text = (response.text or "").strip()
|
|
50
|
+
return text[:200] if text else None
|
|
51
|
+
|
|
52
|
+
|
|
28
53
|
class Auth:
|
|
29
54
|
"""Manages credentials and the current access token.
|
|
30
55
|
|
|
@@ -41,21 +66,68 @@ class Auth:
|
|
|
41
66
|
async def login(self, http: httpx.AsyncClient) -> TokenInfo:
|
|
42
67
|
"""Authenticate and store the returned tokens.
|
|
43
68
|
|
|
44
|
-
Raises :exc:`~siseli.exceptions.AuthenticationError` on
|
|
69
|
+
Raises :exc:`~siseli.exceptions.AuthenticationError` on HTTP-level
|
|
70
|
+
auth failures (4xx). Raises :exc:`~siseli.exceptions.NetworkError`
|
|
71
|
+
on network / timeout errors so callers can distinguish the two cases.
|
|
45
72
|
"""
|
|
73
|
+
endpoint = "/apis/login/account"
|
|
74
|
+
_LOGGER.debug("Siseli auth: POST %s (account=%r)", endpoint, self._account)
|
|
75
|
+
|
|
46
76
|
try:
|
|
47
77
|
response = await http.post(
|
|
48
|
-
|
|
78
|
+
endpoint,
|
|
49
79
|
json={"account": self._account, "password": self._password_hash},
|
|
50
80
|
)
|
|
51
|
-
|
|
81
|
+
except httpx.TimeoutException as exc:
|
|
82
|
+
_LOGGER.warning("Siseli auth: request timed out for account=%r", self._account)
|
|
83
|
+
raise NetworkError(f"Login request timed out: {exc}") from exc
|
|
52
84
|
except httpx.HTTPError as exc:
|
|
53
|
-
|
|
85
|
+
_LOGGER.warning(
|
|
86
|
+
"Siseli auth: network error for account=%r: %s", self._account, exc
|
|
87
|
+
)
|
|
88
|
+
raise NetworkError(f"Login request failed: {exc}") from exc
|
|
89
|
+
|
|
90
|
+
http_status = response.status_code
|
|
91
|
+
_LOGGER.debug(
|
|
92
|
+
"Siseli auth: response status=%d for account=%r", http_status, self._account
|
|
93
|
+
)
|
|
94
|
+
|
|
95
|
+
# For HTTP error responses, extract a safe diagnostic message and raise
|
|
96
|
+
# AuthenticationError (4xx) or NetworkError (5xx).
|
|
97
|
+
if not response.is_success:
|
|
98
|
+
api_message = _extract_api_message(response)
|
|
99
|
+
_LOGGER.warning(
|
|
100
|
+
"Siseli auth: failed for account=%r — HTTP %d%s",
|
|
101
|
+
self._account,
|
|
102
|
+
http_status,
|
|
103
|
+
f", api_message={api_message!r}" if api_message else "",
|
|
104
|
+
)
|
|
105
|
+
diag = f"HTTP {http_status}"
|
|
106
|
+
if api_message:
|
|
107
|
+
diag = f"{diag}: {api_message}"
|
|
108
|
+
if http_status >= 500:
|
|
109
|
+
raise NetworkError(f"Login request failed: {diag}")
|
|
110
|
+
raise AuthenticationError(
|
|
111
|
+
f"Login failed: {diag}",
|
|
112
|
+
http_status=http_status,
|
|
113
|
+
api_message=api_message,
|
|
114
|
+
)
|
|
54
115
|
|
|
55
116
|
body = response.json()
|
|
56
117
|
if body.get("code") != 0:
|
|
118
|
+
api_message = body.get("message") or body.get("error") or body.get("detail")
|
|
119
|
+
if api_message:
|
|
120
|
+
api_message = str(api_message)
|
|
121
|
+
_LOGGER.warning(
|
|
122
|
+
"Siseli auth: API returned non-zero code=%r for account=%r, message=%r",
|
|
123
|
+
body.get("code"),
|
|
124
|
+
self._account,
|
|
125
|
+
api_message,
|
|
126
|
+
)
|
|
57
127
|
raise AuthenticationError(
|
|
58
|
-
f"Login failed (code {body.get('code')}): {
|
|
128
|
+
f"Login failed (code {body.get('code')}): {api_message}",
|
|
129
|
+
http_status=http_status,
|
|
130
|
+
api_message=api_message,
|
|
59
131
|
)
|
|
60
132
|
|
|
61
133
|
data = body["data"]
|
|
@@ -68,6 +140,7 @@ class Auth:
|
|
|
68
140
|
account=data.get("account", self._account),
|
|
69
141
|
user_id=data.get("userId", ""),
|
|
70
142
|
)
|
|
143
|
+
_LOGGER.debug("Siseli auth: login successful for account=%r", self._account)
|
|
71
144
|
return self._token_info
|
|
72
145
|
|
|
73
146
|
@property
|
siseli/const.py
CHANGED
|
@@ -3,3 +3,7 @@ DEFAULT_TIMEOUT = 30.0
|
|
|
3
3
|
DEFAULT_PAGE_SIZE = 20
|
|
4
4
|
# dataSource=1 observed in all telemetry requests in HAR captures
|
|
5
5
|
DEFAULT_DATA_SOURCE = 1
|
|
6
|
+
|
|
7
|
+
# Production Siseli Open API application credentials from the official web client.
|
|
8
|
+
SISELI_APP_ID = "rBrTRfAPXz"
|
|
9
|
+
SISELI_APP_SECRET_ENCRYPTED = "I4D0KRr2339z3pQ/at91V9BpFAOe54DaTafwSm6suIQ="
|
siseli/exceptions.py
CHANGED
|
@@ -8,7 +8,26 @@ class SiseliError(Exception):
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class AuthenticationError(SiseliError):
|
|
11
|
-
"""Raised when authentication fails.
|
|
11
|
+
"""Raised when authentication fails.
|
|
12
|
+
|
|
13
|
+
Attributes:
|
|
14
|
+
http_status: HTTP status code returned by the server, or *None* when
|
|
15
|
+
the failure occurred before a response was received.
|
|
16
|
+
api_message: Short error message extracted from the API response body
|
|
17
|
+
(e.g. the ``message`` or ``error`` field), or *None* when
|
|
18
|
+
unavailable. Never contains passwords, tokens, or other secrets.
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
def __init__(
|
|
22
|
+
self,
|
|
23
|
+
message: str,
|
|
24
|
+
*,
|
|
25
|
+
http_status: int | None = None,
|
|
26
|
+
api_message: str | None = None,
|
|
27
|
+
) -> None:
|
|
28
|
+
self.http_status = http_status
|
|
29
|
+
self.api_message = api_message
|
|
30
|
+
super().__init__(message)
|
|
12
31
|
|
|
13
32
|
|
|
14
33
|
class TokenExpiredError(AuthenticationError):
|
siseli/open_auth.py
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"""Siseli Open API request signing helpers.
|
|
2
|
+
|
|
3
|
+
Every API request must carry IOT-Open-* headers that prove the caller holds a
|
|
4
|
+
valid application credential. The signing algorithm mirrors the official web
|
|
5
|
+
client (CryptoJS-based) exactly:
|
|
6
|
+
|
|
7
|
+
1. Decrypt the base64-encoded app secret with AES-128-CBC.
|
|
8
|
+
Key and IV are derived from MD5(app_id) as ASCII hex chars.
|
|
9
|
+
2. Compute a body hash: empty string for GET; SHA-256 hex for everything else.
|
|
10
|
+
3. Collect query params, inject the three open-auth fields, sort by key,
|
|
11
|
+
serialise without URL-encoding, hex-encode the UTF-8 bytes.
|
|
12
|
+
4. Sign: HMAC-SHA256(hex_string, secret) → MD5 → lowercase hex.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
|
|
17
|
+
import hashlib
|
|
18
|
+
import hmac
|
|
19
|
+
import uuid
|
|
20
|
+
from typing import TYPE_CHECKING, Any
|
|
21
|
+
from urllib.parse import parse_qs
|
|
22
|
+
|
|
23
|
+
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
|
|
24
|
+
|
|
25
|
+
from .const import SISELI_APP_ID, SISELI_APP_SECRET_ENCRYPTED
|
|
26
|
+
|
|
27
|
+
if TYPE_CHECKING:
|
|
28
|
+
import httpx
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
def decrypt_open_secret(app_id: str, encrypted_secret_b64: str) -> str:
|
|
32
|
+
"""Decrypt the base64-encoded app secret using AES-128-CBC.
|
|
33
|
+
|
|
34
|
+
The AES key and IV are derived from MD5(app_id).lower():
|
|
35
|
+
- first 16 hex chars → 16 ASCII bytes → AES key
|
|
36
|
+
- last 16 hex chars → 16 ASCII bytes → IV
|
|
37
|
+
|
|
38
|
+
ZeroPadding is assumed: trailing null bytes are stripped from the output.
|
|
39
|
+
"""
|
|
40
|
+
import base64
|
|
41
|
+
|
|
42
|
+
md5_hex = hashlib.md5(app_id.encode()).hexdigest() # noqa: S324
|
|
43
|
+
key = md5_hex[:16].encode("ascii")
|
|
44
|
+
iv = md5_hex[16:].encode("ascii")
|
|
45
|
+
|
|
46
|
+
encrypted_bytes = base64.b64decode(encrypted_secret_b64)
|
|
47
|
+
cipher = Cipher(algorithms.AES(key), modes.CBC(iv))
|
|
48
|
+
decryptor = cipher.decryptor()
|
|
49
|
+
plaintext = decryptor.update(encrypted_bytes) + decryptor.finalize()
|
|
50
|
+
return plaintext.rstrip(b"\x00").decode("utf-8")
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def _sha256_hex(data: bytes) -> str:
|
|
54
|
+
"""Return the lowercase hex SHA-256 digest of *data*."""
|
|
55
|
+
return hashlib.sha256(data).hexdigest()
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def build_open_headers(
|
|
59
|
+
*,
|
|
60
|
+
method: str,
|
|
61
|
+
query: str,
|
|
62
|
+
body: bytes | None,
|
|
63
|
+
app_id: str,
|
|
64
|
+
app_secret: str,
|
|
65
|
+
timezone: str,
|
|
66
|
+
nonce: str,
|
|
67
|
+
) -> dict[str, str]:
|
|
68
|
+
"""Build the IOT-Open-* headers (and IOT-Time-Zone) for a single request.
|
|
69
|
+
|
|
70
|
+
Parameters
|
|
71
|
+
----------
|
|
72
|
+
method:
|
|
73
|
+
HTTP method ("GET", "POST", …).
|
|
74
|
+
query:
|
|
75
|
+
The raw query string portion of the URL (without the leading "?").
|
|
76
|
+
body:
|
|
77
|
+
Raw request body bytes, or *None* / empty for GET requests.
|
|
78
|
+
app_id:
|
|
79
|
+
The application ID (``IOT-Open-AppID``).
|
|
80
|
+
app_secret:
|
|
81
|
+
The *decrypted* application secret used as the HMAC key.
|
|
82
|
+
timezone:
|
|
83
|
+
The client timezone string, e.g. "UTC" or "Europe/Moscow".
|
|
84
|
+
nonce:
|
|
85
|
+
A unique string per request (UUID hex recommended).
|
|
86
|
+
"""
|
|
87
|
+
# --- body hash -----------------------------------------------------------
|
|
88
|
+
if method.upper() == "GET":
|
|
89
|
+
body_hash = ""
|
|
90
|
+
else:
|
|
91
|
+
body_hash = _sha256_hex(body if body else b"")
|
|
92
|
+
|
|
93
|
+
# --- params for the sign input -------------------------------------------
|
|
94
|
+
params: dict[str, str] = {}
|
|
95
|
+
if query:
|
|
96
|
+
for key, values in parse_qs(query, keep_blank_values=True).items():
|
|
97
|
+
params[key] = values[0]
|
|
98
|
+
|
|
99
|
+
# Remove any stale open-auth fields so they cannot influence the new sign.
|
|
100
|
+
for field in ("IOT-Open-AppID", "IOT-Open-Nonce", "IOT-Open-Sign", "IOT-Open-Body-Hash"):
|
|
101
|
+
params.pop(field, None)
|
|
102
|
+
|
|
103
|
+
params["IOT-Open-AppID"] = app_id
|
|
104
|
+
params["IOT-Open-Nonce"] = nonce
|
|
105
|
+
params["IOT-Open-Body-Hash"] = body_hash
|
|
106
|
+
|
|
107
|
+
# Sort alphabetically (case-sensitive, matching JS default sort order).
|
|
108
|
+
query_str = "&".join(f"{k}={v}" for k, v in sorted(params.items()))
|
|
109
|
+
|
|
110
|
+
# --- sign ----------------------------------------------------------------
|
|
111
|
+
# CryptoJS: Utf8.parse(query_str) → Hex.stringify → hex_string
|
|
112
|
+
# Then: HmacSHA256(hex_string, secret) → MD5 → hex
|
|
113
|
+
hex_str = query_str.encode("utf-8").hex()
|
|
114
|
+
hmac_digest = hmac.new(
|
|
115
|
+
app_secret.encode("utf-8"),
|
|
116
|
+
hex_str.encode("utf-8"),
|
|
117
|
+
hashlib.sha256,
|
|
118
|
+
).digest()
|
|
119
|
+
sign = hashlib.md5(hmac_digest).hexdigest() # noqa: S324
|
|
120
|
+
|
|
121
|
+
return {
|
|
122
|
+
"IOT-Time-Zone": timezone,
|
|
123
|
+
"IOT-Open-AppID": app_id,
|
|
124
|
+
"IOT-Open-Nonce": nonce,
|
|
125
|
+
"IOT-Open-Body-Hash": body_hash,
|
|
126
|
+
"IOT-Open-Sign": sign,
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
def attach_open_auth(
|
|
131
|
+
client: Any,
|
|
132
|
+
*,
|
|
133
|
+
app_id: str = SISELI_APP_ID,
|
|
134
|
+
encrypted_secret: str = SISELI_APP_SECRET_ENCRYPTED,
|
|
135
|
+
) -> None:
|
|
136
|
+
"""Attach an httpx request hook that adds Open API signing headers.
|
|
137
|
+
|
|
138
|
+
The hook is appended to ``client._http.event_hooks["request"]`` and runs
|
|
139
|
+
before every outgoing request, injecting:
|
|
140
|
+
|
|
141
|
+
- ``IOT-Time-Zone``
|
|
142
|
+
- ``IOT-Open-AppID``
|
|
143
|
+
- ``IOT-Open-Nonce``
|
|
144
|
+
- ``IOT-Open-Body-Hash``
|
|
145
|
+
- ``IOT-Open-Sign``
|
|
146
|
+
|
|
147
|
+
Parameters
|
|
148
|
+
----------
|
|
149
|
+
client:
|
|
150
|
+
A :class:`~siseli.SiseliClient` instance (or any object with
|
|
151
|
+
``._http.event_hooks`` and ``._timezone``).
|
|
152
|
+
app_id:
|
|
153
|
+
Override the default production App ID.
|
|
154
|
+
encrypted_secret:
|
|
155
|
+
Override the default production encrypted secret.
|
|
156
|
+
"""
|
|
157
|
+
secret = decrypt_open_secret(app_id, encrypted_secret)
|
|
158
|
+
timezone = getattr(client, "_timezone", "UTC")
|
|
159
|
+
|
|
160
|
+
async def _sign_request(request: "httpx.Request") -> None:
|
|
161
|
+
nonce = uuid.uuid4().hex
|
|
162
|
+
query = request.url.query
|
|
163
|
+
if isinstance(query, bytes):
|
|
164
|
+
query = query.decode("utf-8")
|
|
165
|
+
body = request.content if request.method.upper() != "GET" else None
|
|
166
|
+
headers = build_open_headers(
|
|
167
|
+
method=request.method,
|
|
168
|
+
query=query,
|
|
169
|
+
body=body,
|
|
170
|
+
app_id=app_id,
|
|
171
|
+
app_secret=secret,
|
|
172
|
+
timezone=timezone,
|
|
173
|
+
nonce=nonce,
|
|
174
|
+
)
|
|
175
|
+
request.headers.update(headers)
|
|
176
|
+
|
|
177
|
+
client._http.event_hooks["request"].append(_sign_request)
|
|
File without changes
|
|
File without changes
|