You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-2
Original file line number
Diff line number
Diff line change
@@ -106,10 +106,21 @@ You can see various examples on how to use the authentication in [examples/](exa
106
106
107
107
## Getting Started
108
108
109
-
Make sure you to turn on OAuth2 in your apps user authentication settings, and set the type of app to be a confidential client (Web App or Automated App or Bot).
109
+
Make sure you turn on OAuth2 in your apps user authentication settings, and set the type of app to be either a confidential client or a public client.
Generating the SDK with the [latest OpenAPI spec](https://api.twitter.com/2/openapi.json). The version is any valid [SemVer](https://semver.org/) version
172
+
173
+
```
174
+
yarn generate 1.0.0
175
+
```
176
+
177
+
Generating the SDK with a local OpenAPI specification file.
0 commit comments