This commit is contained in:
thewesker
2016-06-18 01:52:31 -04:00
parent 0398804a1c
commit 5d3aadeabc
693 changed files with 0 additions and 111911 deletions

11
node_modules/twit/lib/endpoints.js generated vendored
View File

@@ -1,11 +0,0 @@
// Twitter Endpoints
module.exports = {
API_HOST : 'https://api.twitter.com/'
, REST_ROOT : 'https://api.twitter.com/1.1/'
, PUB_STREAM : 'https://stream.twitter.com/1.1/'
, USER_STREAM : 'https://userstream.twitter.com/1.1/'
, SITE_STREAM : 'https://sitestream.twitter.com/1.1/'
, MEDIA_UPLOAD : 'https://upload.twitter.com/1.1/'
, OA_REQ : 'https://api.twitter.com/oauth/request_token'
, OA_ACCESS : 'https://api.twitter.com/oauth/access_token'
}