@kochie/twitter-api-sdk
Advanced tools
Comparing version 1.2.1 to 1.2.3
{ | ||
"name": "@kochie/twitter-api-sdk", | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"description": "A TypeScript SDK for the Twitter API", | ||
@@ -43,9 +43,9 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/twitterdev/twitter-api-typescript-sdk.git" | ||
"url": "git+https://github.com/kochie/twitter-api-typescript-sdk.git" | ||
}, | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/twitterdev/twitter-api-typescript-sdk/issues" | ||
"url": "https://github.com/kochie/twitter-api-typescript-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/twitterdev/twitter-api-typescript-sdk#readme" | ||
"homepage": "https://github.com/kochie/twitter-api-typescript-sdk#readme" | ||
} |
# Twitter API SDK for TypeScript | ||
With the space mans acquisition of Twitter I think there's a better chance of finding life on Mars than seeing this API updated. So let's keep it alive as a community. | ||
## Introduction | ||
@@ -124,2 +126,3 @@ | ||
### Creating a Confidential Auth Client | ||
```typescript | ||
@@ -136,3 +139,2 @@ const authClient = new auth.OAuth2User({ | ||
### Generating an Authentication URL | ||
@@ -164,3 +166,2 @@ | ||
### Clone the Repository | ||
@@ -199,2 +200,1 @@ | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
354848