Cover Art Archive/API/Libraries: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (Format to follow the same layout as other (MB and CAA) API client library pages)
(Fix link to CPAN distribution)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
It can be accessed with our C/C++ library, [[libcoverart]], or our Perl library, [https://github.com/metabrainz/CoverArtArchive CoverArtArchive].
It can be accessed with our C/C++ library, [[libcoverart]], or our Perl library, [https://github.com/metabrainz/CoverArtArchive CoverArtArchive] ([https://metacpan.org/dist/Net-CoverArtArchive CPAN Distribution]).


'''Third party libraries:'''
'''Third party libraries:'''


{{:Cover_Art_Archive/API/Libraries/Third_Party}}
* [https://github.com/lastfm/coverartarchive-api coverartarchive-api], Java data bindings (CoverArtArchiveClient)
* [https://github.com/mineo/gocaa gocaa], Go client for Cover Art Archive
* [https://github.com/Zastai/MetaBrainz.MusicBrainz.CoverArt MetaBrainz.MusicBrainz.CoverArt], .NET Client API ([https://www.nuget.org/packages/MetaBrainz.MusicBrainz.CoverArt/ NuGet Package])
* [https://github.com/stephan-strate/php-cover-art-archive-api php-cover-art-archive-api], PHP 7.4+ API wrapper

Latest revision as of 11:09, 28 October 2023

It can be accessed with our C/C++ library, libcoverart, or our Perl library, CoverArtArchive (CPAN Distribution).

Third party libraries: