Merge pull request #141 from rmerlorangeknocks/master
Updating getRateLimiStatus endpoint
This commit is contained in:
commit
dfca6c533e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ base_url = 'http://api.twitter.com/{{version}}'
|
||||||
|
|
||||||
api_table = {
|
api_table = {
|
||||||
'getRateLimitStatus': {
|
'getRateLimitStatus': {
|
||||||
'url': '/account/rate_limit_status.json',
|
'url': '/application/rate_limit_status.json',
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue