mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 14:41:24 +00:00
* Format example json comments to be cleaner to read * Rewrite intro to better reflect new functionality
9 lines
268 B
JSON
9 lines
268 B
JSON
[
|
|
{
|
|
"name": "myMaloja", // required, a name to identify your Client
|
|
"data": {
|
|
"url": "https://domain.tld", // required, the base url of your maloja installation
|
|
"apiKey": "string" // required, your maloja api key
|
|
}
|
|
}
|
|
]
|