- Add CoinMarketCap widget

This commit is contained in:
Chris McGravey 2022-09-12 01:30:42 -05:00
parent ffbb1f5f0b
commit 1c158f743c
8 changed files with 216 additions and 108 deletions

View file

@ -13,6 +13,7 @@ const formats = {
overseerr: `{url}/api/v1/{endpoint}`,
ombi: `{url}/api/v1/{endpoint}`,
npm: `{url}/api/{endpoint}`,
coinmarketcap: `{url}/{endpoint}`,
};
export function formatApiCall(api, args) {