WIP. A little custom music server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: test musicbrainz cover art endpoint

+19
+19
api-testing/get-cover-from-musicbrainz.bru
··· 1 + meta { 2 + name: get-cover-from-musicbrainz 3 + type: http 4 + seq: 5 5 + } 6 + 7 + get { 8 + url: http://coverartarchive.org/release-group/:rgid/front 9 + body: none 10 + auth: inherit 11 + } 12 + 13 + params:path { 14 + rgid: 15 + } 16 + 17 + settings { 18 + encodeUrl: true 19 + }