Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Add `genre/all` endpoint #68

Closed Zastai closed 9 months ago

Zastai commented 9 months ago

This uses both the text form (non-paged result, GetAllGenreNames[Async]) and the JSON form (normal paged browse result, BrowseAllGenres[Async]).

Fixes #65.