mirror of
https://github.com/benphelps/homepage.git
synced 2025-12-22 13:09:45 +01:00
Merge branch 'main' of https://github.com/xicopitz/homepage
This commit is contained in:
@@ -13,8 +13,10 @@ 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}`,
|
||||
coinmarketcap: `{url}/{endpoint}`,
|
||||
gotify: `{url}/{endpoint}`,
|
||||
sabnzbd: `{url}/api?output=json&apikey={key}&{endpoint}`,
|
||||
};
|
||||
|
||||
export function formatApiCall(api, args) {
|
||||
|
||||
Reference in New Issue
Block a user