musicbrainz_api_client 0.1.7
musicbrainz_api_client: ^0.1.7 copied to clipboard
A Dart/Flutter client to interact with MusicBrainz API to access its database. Does not provide any methods that need user level authentication.
0.1.3 #
Added #
- Added Browse functions to all entities except
area,instrument,series. - Updated tests
- Added ability to fail silently instead of throwing errors on invalid usage.
0.1.0 #
Added #
- Initial project setup with basic structure.
- Added
Areato fetch Area details. - Added
Artistto fetch Artist details. - Added
Eventto fetch Event details. - Added
Genreto fetch Genre details. - Added
Instrumentto fetch Instrument details. - Added
Labelto fetch Label details. - Added
Placeto fetch Place details. - Added
Recordingto fetch Recording details. - Added
Releaseto fetch Release details. - Added
ReleaseGroupto fetch ReleaseGroup details. - Added
seriesto fetch series details. - Added
URLto fetch URL details. - Added
Workto fetch Work details. - Added unit tests for all clients.