The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Marvel - A Marvel Comics API

VERSION

Version 0.02

SYNOPSIS

  use WWW::Marvel;

  my $api = WWW::Marvel->new({ public_key => 1234, private_key => 'abcd' });

  ###

  use WWW::Marvel::Client;

  my $client = WWW::Marvel::Client->new({ public_key => 1234, private_key => 'abcd' });
  $client->set_timestamp(1431297266);
  $client->hash();

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).