- Remove old api url string formatting.
- Added
posts
method to Tumblpy, see README for example.
- Fix missing import
- Fix missing import
- Fix issue where blogs using https:// were being parsed wrong
- Add following and dashboard API methods
- Add support for
proxies
keyword for requests
- Fix request token decode issue in Python 3
- Unpin
requests
andrequests-oauthlib
versions insetup.py
- Made the hotfix for posting photos a little more hotfixy... fixed posting just regular posts (as well as photos)
- Hotfix image uploading (not sure why we have to pass
params
ANDdata
to the POST, hotfix for the time being...) - Allow for ints and floats (and longs in Python 2) to be passed as parameters to Tumblpy Tumblr API functions
- Changed internal Tumblpy API structure, but Tumblpy functions should still work as they did before
- Updated README with more clear examples
- Added LICENSE
_split_params_and_files
has been moved tohelpers.py
- All
Tumblpy
exceptions are found inexceptions.py
- Removed
pool_maxsize
fromTumblpy.__init__
because it wasn't being used - Removed
timeout
parameter from all request methods for the time being - Removed
TumblpyTimeout
Exception - Moved
callback_url
parameter fromTumblpy.__init__
toget_authentication_tokens
- All authentication and API calls over HTTPS
- Dropped Python 2.5 support
- Full, transparent Python 3.3 support