An open API service indexing awesome lists of open source software.

https://github.com/mcartmell/www-myanimelist-api

An interface to MyAnimeList.net's API
https://github.com/mcartmell/www-myanimelist-api

Last synced: 3 months ago
JSON representation

An interface to MyAnimeList.net's API

Awesome Lists containing this project

README

        

WWW-MyAnimeList-API

This module provides an interface to MyAnimeList's REST API (http://myanimelist.net/modules.php?go=api). The API allows you to search and retrieve details on anime and manga titles, as well as maintain the list of anime and manga titles that you've watched.

All requests use HTTP auth, so you'll first need to register an account at http://myanimelist.net/register.php.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc WWW::MyAnimeList::API

You can also look for information at:

RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-MyAnimeList-API

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WWW-MyAnimeList-API

CPAN Ratings
http://cpanratings.perl.org/d/WWW-MyAnimeList-API

Search CPAN
http://search.cpan.org/dist/WWW-MyAnimeList-API/

LICENSE AND COPYRIGHT

Copyright (C) 2012 Mike Cartmell

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.