Skip to content

Commit 4971eda

Browse files
authored
adding links to all sections (#250)
1 parent ac870cc commit 4971eda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ need a Vonage account. Sign up [for free at vonage.com][signup].
1919
- [NCCO Builder](#ncco-builder)
2020
- [Verify API](#verify-api)
2121
- [Number Insight API](#number-insight-api)
22+
- [Account API](#account-api)
2223
- [Number Management API](#number-management-api)
24+
- [Pricing API](#pricing-api)
2325
- [Managing Secrets](#managing-secrets)
2426
- [Application API](#application-api)
27+
- [Validating Webhook Signatures](#validate-webhook-signatures)
28+
- [JWT Parameters](#jwt-parameters)
2529
- [Overriding API Attributes](#overriding-api-attributes)
2630
- [Frequently Asked Questions](#frequently-asked-questions)
31+
- [Contributing](#contributing)
2732
- [License](#license)
2833

2934
## Installation
@@ -720,7 +725,7 @@ The following is a list of Vonage APIs and whether the Python SDK provides suppo
720725
| Verify API | General Availability ||
721726
| Voice API | General Availability ||
722727

723-
## asyncio Support
728+
### asyncio Support
724729

725730
[asyncio](https://docs.python.org/3/library/asyncio.html) is a library to write **concurrent** code using the **async/await** syntax.
726731

0 commit comments

Comments
 (0)