Cover Art Archive/API/Libraries: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(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)
(Fix link to CPAN distribution)
 
(One intermediate revision 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] ([http://search.cpan.org/~cycles/Net-CoverArtArchive-1.02/ CPAN]).
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], a Java client library (CoverArtArchiveClient) developed by ''Last.fm''
* [https://github.com/mineo/gocaa gocaa], a Go client library
* [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], a PHP 7.4+ client library

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: