File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,33 @@ classes for API resources that initialize themselves dynamically from API
99responses which makes it compatible with a wide range of versions of the Stripe
1010API.
1111
12+ ## Table of Contents
13+
14+ - [ API Documentation] ( #api-documentation )
15+ - [ Installation] ( #installation )
16+ - [ Requirements] ( #requirements )
17+ - [ Extended Support] ( #extended-support )
18+ - [ Usage] ( #usage )
19+ - [ StripeClient vs legacy pattern] ( #stripeclient-vs-legacy-pattern )
20+ - [ Handling exceptions] ( #handling-exceptions )
21+ - [ Per-request Configuration] ( #per-request-configuration )
22+ - [ Configuring an HTTP Client] ( #configuring-an-http-client )
23+ - [ Configuring a Proxy] ( #configuring-a-proxy )
24+ - [ Configuring Automatic Retries] ( #configuring-automatic-retries )
25+ - [ Logging] ( #logging )
26+ - [ Accessing response code and headers] ( #accessing-response-code-and-headers )
27+ - [ Writing a Plugin] ( #writing-a-plugin )
28+ - [ Telemetry] ( #telemetry )
29+ - [ Types] ( #types )
30+ - [ Types and the Versioning Policy] ( #types-and-the-versioning-policy )
31+ - [ Types and API Versions] ( #types-and-api-versions )
32+ - [ Public Preview SDKs] ( #public-preview-sdks )
33+ - [ Private Preview SDKs] ( #private-preview-sdks )
34+ - [ Custom requests] ( #custom-requests )
35+ - [ Async] ( #async )
36+ - [ Support] ( #support )
37+ - [ Development] ( #development )
38+
1239## API Documentation
1340
1441See the [ Python API docs] ( https://stripe.com/docs/api?lang=python ) .
You can’t perform that action at this time.
0 commit comments