mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
Allow coinmarketcap slugs
This commit is contained in:
parent
276edb2069
commit
1e60553904
4 changed files with 40 additions and 19 deletions
|
@ -7,7 +7,8 @@ const widget = {
|
|||
mappings: {
|
||||
"v1/cryptocurrency/quotes/latest": {
|
||||
endpoint: "v1/cryptocurrency/quotes/latest",
|
||||
params: ["symbol", "convert"],
|
||||
params: ["convert"],
|
||||
optionalParams: ["symbol", "slug"],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue