mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
Sabnzbd Support
This commit is contained in:
parent
eeac1200e7
commit
9d790894d5
15 changed files with 111 additions and 0 deletions
|
@ -14,6 +14,7 @@ const formats = {
|
|||
ombi: `{url}/api/v1/{endpoint}`,
|
||||
npm: `{url}/api/{endpoint}`,
|
||||
gotify: `{url}/{endpoint}`,
|
||||
sabnzbd: `{url}/api?output=json&apikey={key}&{endpoint}`,
|
||||
};
|
||||
|
||||
export function formatApiCall(api, args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue