Fixing code (errors from tests), update HISTORY

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-08 16:52:15 -04:00
parent 4debef7d84
commit f6040fe275
4 changed files with 11 additions and 22 deletions

View file

@ -17,6 +17,7 @@ History
- Developers can now pass an array as a parameter to Twitter API methods and they will be automatically joined by a comma and converted to a string
- ``endpoints.py`` now contains ``EndpointsMixin`` (rather than the previous ``api_table`` dict) for Twython, which enables Twython to use functions declared in the Mixin.
- Added OAuth 2 authentication (Application Only) for when you want to make read-only calls to Twitter without having to go through the whole user authentication ritual (see docs for usage)
- ``construct_api_url`` now accepts keyword arguments like other Twython methods (e.g. instead of passing ``{'q': 'twitter', 'result_type': 'recent'}``, pass ``q='twitter', result_type='recent'``)
2.10.1 (2013-05-29)
++++++++++++++++++