- Add ODS endpoint to supported endpoint list
- Added: Python 3 compatibility
- Fixed: Non running tests
- Fixed: packaging for Pypi
- Added: license information
- Replaced: urllib2 with requests package
- Replaced: oauth2 with requests_oauthlib package
- Added: optional timeout parameter
- Removed: support for Python 2.4/2.5
- Added handling for API v2
- Refined docstrings throughout code
- Removed: Realm Support
- Realm can still be given, but has no effect
- Fixed: Unicode encoding error in REST POSTing
- Added: HTTP and HTTPS proxy support.
- Fixed: JSON support for Python 2.4 and 2.5
- Fixed: OAuth support for Python 2.4
- Fixed: Version number below (0.2.1)
- Fixed: JSON parse error when deleting objects with call to
Client.delete()
- Added: "Official" support for Python 2.4, 2.5, 2.6
- Added:
logon
andlogoff
convenience methods. - Added:
client_from_file
to load credentials from a config file. OX3APIClient
is deprecated; useClient
instead.
- "Official release"