-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "update domain from twitter.com to x.com (#532)"
This reverts commit 8dc65e6.
- Loading branch information
Showing
20 changed files
with
222 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
"prepublish": "npm run build" | ||
}, | ||
"repository": "github:plhery/node-twitter-api-v2", | ||
"author": "Paul-Louis Hery <[email protected]> (https://x.com/plhery)", | ||
"author": "Paul-Louis Hery <[email protected]> (https://twitter.com/plhery)", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"dist" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const API_V2_PREFIX = 'https://api.x.com/2/'; | ||
export const API_V2_LABS_PREFIX = 'https://api.x.com/labs/2/'; | ||
export const API_V1_1_PREFIX = 'https://api.x.com/1.1/'; | ||
export const API_V1_1_UPLOAD_PREFIX = 'https://upload.x.com/1.1/'; | ||
export const API_V1_1_STREAM_PREFIX = 'https://stream.x.com/1.1/'; | ||
export const API_V2_PREFIX = 'https://api.twitter.com/2/'; | ||
export const API_V2_LABS_PREFIX = 'https://api.twitter.com/labs/2/'; | ||
export const API_V1_1_PREFIX = 'https://api.twitter.com/1.1/'; | ||
export const API_V1_1_UPLOAD_PREFIX = 'https://upload.twitter.com/1.1/'; | ||
export const API_V1_1_STREAM_PREFIX = 'https://stream.twitter.com/1.1/'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.