Overhaulin'
WARNING: This release has a bug that causes a crash when calling GetQueue()
. Use master
until v0.12.1 is released. (soon)
This release has some backward compatibility changes, sorry.
GetQueue()
and GetHistory()
changed in all four apps. If you need more control over the request, use GetQueuePage()
and GetHistoryPage()
. Other breaking changes: Some config items JSON and YAML tags changed. Updated the APIer
interface in the starr app with four new methods.
New features:
- Added
Fail()
andLookup()
to all four apps. Used to mark a history item failed, and search for a new item, respectively. Thanks to @smantic for the lookup code and @JackDallas fo the fail code. - Added Prowlar support. Only 1 method for now, more to come as requests come in.
- Added
GetBackupFiles()
to all five apps. Returns list of available backup files. - Added
Login()
interface to set a cookie using form-based authentication. Useful for downloading backup files (where an API Key does not work). - Added more request methods (in the interface) and pagination helpers to starr module.