Merge pull request #116 from JazzFisch/additional-widgets

Add Readarr and SABnzbd widgets
This commit is contained in:
Ben Phelps 2022-09-12 10:23:49 +03:00 committed by GitHub
commit ee79335eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 197 additions and 0 deletions

View file

@ -13,6 +13,8 @@ const formats = {
overseerr: `{url}/api/v1/{endpoint}`,
ombi: `{url}/api/v1/{endpoint}`,
npm: `{url}/api/{endpoint}`,
readarr: `{url}/api/v1/{endpoint}?apikey={key}`,
sabnzbd: `{url}/api/?apikey={key}&output=json&mode={endpoint}`,
};
export function formatApiCall(api, args) {