UNPKG

495 BJavaScriptView Raw
1// Twitter Endpoints
2module.exports = {
3 API_HOST : 'https://api.twitter.com/'
4 , REST_ROOT : 'https://api.twitter.com/1.1/'
5 , PUB_STREAM : 'https://stream.twitter.com/1.1/'
6 , USER_STREAM : 'https://userstream.twitter.com/1.1/'
7 , SITE_STREAM : 'https://sitestream.twitter.com/1.1/'
8 , MEDIA_UPLOAD : 'https://upload.twitter.com/1.1/'
9 , OA_REQ : 'https://api.twitter.com/oauth/request_token'
10 , OA_ACCESS : 'https://api.twitter.com/oauth/access_token'
11}
\No newline at end of file