NAME
WWW::Marvel - A Marvel Comics API
VERSION
Version 0.04
SYNOPSIS
my
$cfg
= WWW::Marvel::Config::File->new(
"my_marvel.conf"
);
my
$client
= WWW::Marvel::Client->new({
public_key
=>
$cfg
->get_public_key,
private_key
=>
$cfg
->get_private_key
});
my
$data
=
$client
->characters({
name
=>
'spider-man'
});
DESCRIPTION
This module is an interface to Marvel Comics API to "create awesome stuff with the world's greatest comic api".
For more information: http://developer.marvel.com/
Remember to keep you private key private and not store it publicly.
Right now this is a work in progress.
USAGE
If you wanna query the Marvel Comics API, probably you have to use the WWW::Marvel::Client module.
BUGS
SUPPORT
AUTHOR
Simone
"SIMOTRONE"
Tampieri
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).