Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/net-animenewsnetwork-encyclopedia
https://github.com/riywo/net-animenewsnetwork-encyclopedia
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/net-animenewsnetwork-encyclopedia
- Owner: riywo
- License: other
- Created: 2013-05-27T05:57:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T02:37:08.000Z (over 11 years ago)
- Last Synced: 2024-10-21T20:05:32.889Z (3 months ago)
- Language: Perl
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Net::AnimeNewsNetwork::Encyclopedia - Client library of the AnimeNewsNetwork Encyclopedia API
# SYNOPSIS
use Net::AnimeNewsNetwork::Encyclopedia;
my $ann = Net::AnimeNewsNetwork::Encyclopedia->new();
$ann->get_reports(id => 155, type => 'anime');
$ann->get_details(anime => 4658);# DESCRIPTION
Net::AnimeNewsNetwork::Encyclopedia is a simple client library of the AnimeNewsNetwork Encyclopedia API.
[http://www.animenewsnetwork.com/encyclopedia/api.php](http://www.animenewsnetwork.com/encyclopedia/api.php)
# LICENSE
Copyright (C) Ryosuke IWANAGA.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
Ryosuke IWANAGA