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)
(Copy information from https://wiki.musicbrainz.org/index.php?title=libcoverart&oldid=76069#Language_Bindings and format to follow the same layout as other (MB and CAA) API client library pages)
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] ([http://search.cpan.org/~cycles/Net-CoverArtArchive-1.02/ CPAN]).


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


* [https://github.com/lastfm/coverartarchive-api coverartarchive-api], Java data bindings (CoverArtArchiveClient)
* [https://github.com/lastfm/coverartarchive-api coverartarchive-api], a Java client library (CoverArtArchiveClient) developed by ''Last.fm''
* [https://github.com/mineo/gocaa gocaa], Go client for Cover Art Archive
* [https://github.com/mineo/gocaa gocaa], a Go client library
* [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/Zastai/MetaBrainz.MusicBrainz.CoverArt MetaBrainz.MusicBrainz.CoverArt], a .NET client library ([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
* [https://github.com/stephan-strate/php-cover-art-archive-api php-cover-art-archive-api], a PHP 7.4+ client library

Revision as of 10:55, 28 October 2023

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

Third party libraries: