mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-19 00:01:13 -05:00
Add table of contents to README
Committed-By-Agent: claude
This commit is contained in:
parent
7f3f2289d8
commit
b7ec3e11a4
27
README.md
27
README.md
@ -16,6 +16,33 @@ The library also provides other features. For example:
|
||||
- Built-in mechanisms for the serialization of parameters according to the
|
||||
expectations of Stripe's API.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Documentation](#documentation)
|
||||
- [Installation](#installation)
|
||||
- [Requirements](#requirements)
|
||||
- [Bundler](#bundler)
|
||||
- [Usage](#usage)
|
||||
- [Per-request Configuration](#per-request-configuration)
|
||||
- [StripeClient vs legacy pattern](#stripeclient-vs-legacy-pattern)
|
||||
- [Accessing resource properties](#accessing-resource-properties)
|
||||
- [Accessing a response object](#accessing-a-response-object)
|
||||
- [Configuring a proxy](#configuring-a-proxy)
|
||||
- [Configuring an API Version](#configuring-an-api-version)
|
||||
- [Configuring CA Bundles](#configuring-ca-bundles)
|
||||
- [Configuring Automatic Retries](#configuring-automatic-retries)
|
||||
- [Configuring Timeouts](#configuring-timeouts)
|
||||
- [Logging](#logging)
|
||||
- [Instrumentation](#instrumentation)
|
||||
- [Writing a Plugin](#writing-a-plugin)
|
||||
- [Telemetry](#telemetry)
|
||||
- [Types](#types)
|
||||
- [Public Preview SDKs](#public-preview-sdks)
|
||||
- [Private Preview SDKs](#private-preview-sdks)
|
||||
- [Custom requests](#custom-requests)
|
||||
- [Support](#support)
|
||||
- [Development](#development)
|
||||
|
||||
## Documentation
|
||||
|
||||
See the [Ruby API docs](https://stripe.com/docs/api?lang=ruby).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user