discogs_api_client 0.2.1
discogs_api_client: ^0.2.1 copied to clipboard
A Dart/Flutter client to interact with Discogs API to access artists, labels, masters, releases, and search. Does not provide any methods that need user level authentication.
0.1.5 #
Changes #
- Streamlined client construction. It is no longer asynchronous. Internal methods will wait for credentials to be loaded from
.envfile but the client will be constructed immediately. - Other optimizations
- Updated tests
- Updated Readme
0.1.4 #
Changes #
- Updated example
- Updated tests
- Remove
.envasset from package pubspec so.envloads correctly from parent package
0.1.0 #
Added #
- Initial project setup with basic structure.
- Added
ArtistClientto fetch artist details and releases. - Added
LabelClientto fetch label details and releases. - Added
MasterClientto fetch master release details and versions. - Added
ReleaseClientto fetch release details, ratings, and statistics. - Added
SearchClientto search for artists, releases, labels, and more. - Added unit tests for all clients.