quintodrome/core/agents/deezer
Bastiaan van der Plaat 93040b3f85
feat(agents): Add Deezer API artist image provider agent (#4180)
* feat(agents): Add Deezer API artist image provider agent

* fix(agents): Use proper naming convention of consts

* fix(agents): Check if json test data can be read

* fix(agents): Use underscores for unused function arguments

* fix(agents): Move int literal to deezerArtistSearchLimit const

* feat: add Deezer configuration option to disable it.

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
Co-authored-by: Deluan Quintão <deluan@navidrome.org>
2025-06-28 17:50:06 -04:00
..
client.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00
client_test.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00
deezer.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00
deezer_suite_test.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00
responses.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00
responses_test.go feat(agents): Add Deezer API artist image provider agent (#4180) 2025-06-28 17:50:06 -04:00