Update twython/twitter_endpoints.py

Update the base URL to be in https to enable encryption, a requirement for such a popular social network.
This commit is contained in:
Mohammed ALDOUB 2013-01-31 00:52:28 +03:00
parent 5a332a055e
commit 7f0eb9dafd

View file

@ -13,7 +13,7 @@
"""
# Base Twitter API url, no need to repeat this junk...
base_url = 'http://api.twitter.com/{{version}}'
base_url = 'https://api.twitter.com/{{version}}'
api_table = {
'getRateLimitStatus': {