oknozor / musicbrainz_rs

A wrapper around the musicbrainz API
MIT License
38 stars 18 forks source link

Add tests for Url entity #61

Open ritiek opened 3 years ago

ritiek commented 3 years ago

The musicbrainz api allows requests to the Url entity (and even accepts include params, such as artist-rels): https://musicbrainz.org/ws/2/url/9237f6da-fec6-4b8a-9d52-c7c18e0e2630?inc=artist-rels

We currently do not have tests for this. These would be nice to have.

ritiek commented 3 years ago

Anyone else willing to give this a try, feel free to ask away any questions you have!