Skip to content

Commit f2f8000

Browse files
Zakichanuzacmos
authored andcommitted
Adding table of contents on readme
1 parent 40b9f92 commit f2f8000

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ Twitter API v2 available endpoints
1313
For more information, please visit [https://developer.twitter.com/](https://developer.twitter.com/)
1414

1515

16+
## Table of contents
17+
18+
- [Requirements](#requirements)
19+
- [Installation](#installation)
20+
- [Maven users](#maven-users)
21+
- [Gradle users](#gradle-users)
22+
- [Others](#others)
23+
- [Twitter Credentials](#twitter-credentials)
24+
- [OAuth 2.0 Authorization with PKCE](#oauth-20-authorization-with-pkce)
25+
- [OAuth 2.0 Bearer Token](#oauth-20-bearer-token-app-only)
26+
- [Getting Started](#getting-started)
27+
- [Authentication](#authentication)
28+
- [Auto Refresh Token](#auto-refresh-token)
29+
- [Rate limits retry mechanism](#rate-limits-retry-mechanism)
30+
- [Documentation for API Endpoints](#documentation-for-api-endpoints)
31+
- [Documentation for Models](#documentation-for-models)
32+
33+
34+
35+
1636
## Requirements
1737

1838
Building the API client library requires:
@@ -79,7 +99,7 @@ Then manually install the following JARs:
7999

80100
Twitter APIs support three types of authentications:
81101

82-
* OAuth 2.0 Authorization with PKCE
102+
* #### OAuth 2.0 Authorization with PKCE :
83103

84104
TWITTER_OAUTH2_CLIENT_ID
85105

@@ -91,7 +111,7 @@ TWITTER_OAUTH2_REFRESH_TOKEN
91111

92112
TWITTER_OAUTH2_IS_AUTO_REFRESH_TOKEN - default value is `false`
93113

94-
* OAuth 2.0 Bearer Token (app-only)
114+
* #### OAuth 2.0 Bearer Token (app-only) :
95115

96116
TWITTER_BEARER_TOKEN
97117

0 commit comments

Comments
 (0)