Skip to content

Commit 5e4b983

Browse files
Add table of contents to README
Committed-By-Agent: claude
1 parent a31c9ec commit 5e4b983

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,33 @@ classes for API resources that initialize themselves dynamically from API
99
responses which makes it compatible with a wide range of versions of the Stripe
1010
API.
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

1441
See the [Python API docs](https://stripe.com/docs/api?lang=python).

0 commit comments

Comments
 (0)