Sabnzbd Support

This commit is contained in:
Francisco Coelho 2022-09-12 02:22:39 +01:00
parent eeac1200e7
commit 9d790894d5
15 changed files with 111 additions and 0 deletions

View file

@ -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) {