The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::EveOnline::EveCentral::Request::MarketStat - Create a request for the marketstat endpoint.

VERSION

version 0.001

SYNOPSIS

  my $req = Games::EveOnline::EveCentral::Request::MarketStat->new(
    type_id => 34, # or [34, 35]. Mandatory.
    hours => 1, # defaults to 24
    min_q => 10000, # defaults to 1
    system => 30000142,
    regions => 10000002, # or [10000002, 10000003],
  )->request;

DESCRIPTION

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

Please take care to only use valid type ids.

Examples:

METHODS

request

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

AUTHOR

Pedro Figueiredo, <me at pedrofigueiredo.org>

BUGS

Please report any bugs or feature requests through the web interface at https://github.com/pfig/games-eveonline-evecentral/issues. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Games::EveOnline::EveCentral

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Pedro Figueiredo.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License.

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

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.