mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Add Readarr and SABnzbd widgets
This commit is contained in:
parent
ffbb1f5f0b
commit
f8aa1ba391
17 changed files with 197 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue