- Birth!
- copyright tweak
- blerg. forgot to update history with last version bump.
- expanded endpoint methods and wrapper objects
- better endpoint class test coverage and fixture/mocking approach
UserAction.episode now fetches from SearchEndpoint
- new SearchEndpoint for fetching episode data
- new client methods: search_episodes(), search_episode()
bug fix in client http exception handling
Additional services endpoint methods
- basic service listing and statistics
- methods for getting count of queued/running jobs
- maintenance on/off
Added request timeouts
Unhandled http exceptions are now re-raised
- added is_live() method to UserAction
- workflow is now a property Mediapackage objects
- add new includeDeleted param for episode search
- ripped out the braindead use of requests_cache
- new per-endpoint method caching mechanism
- allow client creation and usage without user/pass auth (note: requests will fail for endpoints that require auth)
- SearchEpisode endpoint was missing sort param
- Python 3 compatibility!