Copy new endpoint to Twython3k, bump release
This commit is contained in:
parent
6ac19f62a0
commit
226f129edb
3 changed files with 7 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup
|
|||
from setuptools import find_packages
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '1.4.4'
|
||||
__version__ = '1.4.5'
|
||||
|
||||
setup(
|
||||
# Basic package information.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"""
|
||||
|
||||
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
|
||||
__version__ = "1.4.4"
|
||||
__version__ = "1.4.5"
|
||||
|
||||
import cgi
|
||||
import urllib
|
||||
|
|
|
|||
|
|
@ -119,6 +119,11 @@ api_table = {
|
|||
'method': 'GET',
|
||||
},
|
||||
|
||||
'lookupUser': {
|
||||
'url': '/users/lookup.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
|
||||
# Status methods - showing, updating, destroying, etc.
|
||||
'showStatus': {
|
||||
'url': '/statuses/show/{{id}}.json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue