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

Games::EveOnline::EveCentral::Request::EVEMon - Create a request for the evemon endpoint.

VERSION

version 0.001

SYNOPSIS

  my $req = Games::EveOnline::EveCentral::Request::EVEMon->new->request;

DESCRIPTION

This class is used to create HTTP::Request objects suitable to call the `evemon` method on EVE Central.

Examples:

METHODS

request

Returns an HTTP::Request object which can be used to call the 'evemon' endpoint.

AUTHOR

Pedro Figueiredo <me@pedrofigueiredo.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Pedro Figueiredo.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.