|
7 | 7 | </a> |
8 | 8 | </div> |
9 | 9 |
|
| 10 | +<!-- Start Table of Contents [toc] --> |
| 11 | +## Table of Contents |
| 12 | +<!-- $toc-max-depth=2 --> |
| 13 | +* [polar-sdk](#polar-sdk) |
| 14 | + * [SDK Installation](#sdk-installation) |
| 15 | + * [IDE Support](#ide-support) |
| 16 | + * [SDK Example Usage](#sdk-example-usage) |
| 17 | + * [Webhook support](#webhook-support) |
| 18 | + * [Available Resources and Operations](#available-resources-and-operations) |
| 19 | + * [Retries](#retries) |
| 20 | + * [Error Handling](#error-handling) |
| 21 | + * [Server Selection](#server-selection) |
| 22 | + * [Custom HTTP Client](#custom-http-client) |
| 23 | + * [Authentication](#authentication) |
| 24 | + * [Resource Management](#resource-management) |
| 25 | + * [Debugging](#debugging) |
| 26 | + * [Pagination](#pagination) |
| 27 | +* [Development](#development) |
| 28 | + * [Maturity](#maturity) |
| 29 | + * [Contributions](#contributions) |
| 30 | + |
| 31 | +<!-- End Table of Contents [toc] --> |
| 32 | + |
10 | 33 | <!-- Start SDK Installation [installation] --> |
11 | 34 | ## SDK Installation |
12 | 35 |
|
@@ -1643,29 +1666,6 @@ Polar API: Polar HTTP and Webhooks API |
1643 | 1666 | Read the docs at https://docs.polar.sh/api-reference |
1644 | 1667 | <!-- End Summary [summary] --> |
1645 | 1668 |
|
1646 | | -<!-- Start Table of Contents [toc] --> |
1647 | | -## Table of Contents |
1648 | | -<!-- $toc-max-depth=2 --> |
1649 | | -* [polar-sdk](#polar-sdk) |
1650 | | - * [SDK Installation](#sdk-installation) |
1651 | | - * [IDE Support](#ide-support) |
1652 | | - * [SDK Example Usage](#sdk-example-usage) |
1653 | | - * [Webhook support](#webhook-support) |
1654 | | - * [Available Resources and Operations](#available-resources-and-operations) |
1655 | | - * [Retries](#retries) |
1656 | | - * [Error Handling](#error-handling) |
1657 | | - * [Server Selection](#server-selection) |
1658 | | - * [Custom HTTP Client](#custom-http-client) |
1659 | | - * [Authentication](#authentication) |
1660 | | - * [Resource Management](#resource-management) |
1661 | | - * [Debugging](#debugging) |
1662 | | - * [Pagination](#pagination) |
1663 | | -* [Development](#development) |
1664 | | - * [Maturity](#maturity) |
1665 | | - * [Contributions](#contributions) |
1666 | | - |
1667 | | -<!-- End Table of Contents [toc] --> |
1668 | | - |
1669 | 1669 | <!-- Placeholder for Future Speakeasy SDK Sections --> |
1670 | 1670 |
|
1671 | 1671 | # Development |
|
0 commit comments