You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- API requestor (request building, auth): `stripe/_api_requestor.py`
21
+
22
+
## Generated Code
23
+
24
+
- Files containing `File generated from our OpenAPI spec` at the top are generated; do not edit. Similarly, any code block starting with `The beginning of the section generated from our OpenAPI spec` is generated and should not be edited directly.
25
+
- If something in a generated file/range needs to be updated, add a summary of the change to your report but don't attempt to edit it directly.
26
+
- Most files under `stripe/` resource subdirectories (e.g. `stripe/_customer.py`, `stripe/params/`, `stripe/resources/`) are generated.
27
+
- The HTTP client layer (`_http_client.py`, `_stripe_client.py`, `_api_requestor.py`, `_client_options.py`) is NOT generated.
28
+
29
+
## Conventions
30
+
31
+
- Uses `requests` library by default for sync HTTP, `httpx` for async
0 commit comments