Commit graph

3 commits

Author SHA1 Message Date
p0ps
c2eaa72a2c
Fix other sickbeard forks errorring. (#1814)
* Update SickBeard section with is_priority param for medusa.

* Add param type to medusa-apiv2 fork.

* Extract param only when not a fork_obj
* Directly return process_result from api_call()

* Implemented classes for PymedusaApiV1 and PymedusaApiv2.

* improve linting
2021-02-17 20:31:08 +13:00
Clinton Hall
f48812eccd
Fix other sickbeard forks errorring. (#1813)
Co-authored-by: p0psicles <rogier@headshots.nl>
2021-02-15 21:28:25 +13:00
p0ps
6a6b25fece
Medusa apiv2 (#1812)
* add fork Medusa-apiV2

* Added classes for sickbeard (base) and PyMedusa.

* refactored part of the forks.py code -> InitSickBeard class.

* Add .vscode to gitignore

* Further refactor forks.py -> sickbeard.py

* Working example for pyMedusa when fork is 'medusa' (no api key)

* fix import for Py2

Co-authored-by: clinton-hall <fock_wulf@hotmail.com>
2021-02-15 15:02:15 +13:00