feat(lidarr): typed HTTP client for v1 API (lookup, add, profiles, ping)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"foreignArtistId": "069b64b6-7884-4f6a-94cc-e4c1d6c87a01",
|
||||
"artistName": "Boards of Canada",
|
||||
"genres": ["Electronic", "IDM"],
|
||||
"albumCount": 18,
|
||||
"images": [
|
||||
{"coverType": "poster", "remoteUrl": "https://example.invalid/boc.jpg", "url": ""},
|
||||
{"coverType": "banner", "remoteUrl": "https://example.invalid/boc-banner.jpg", "url": ""}
|
||||
]
|
||||
},
|
||||
{
|
||||
"foreignArtistId": "f54ba20c-7da3-4b8a-9b12-22f09b9e2c1c",
|
||||
"artistName": "Bored of Education",
|
||||
"genres": [],
|
||||
"albumCount": 0,
|
||||
"images": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user