view release on metacpan or search on metacpan
lib/Games/EveOnline/EveCentral/Request/EVEMon.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::EVEMon;
{
$Games::EveOnline::EveCentral::Request::EVEMon::VERSION = '0.001';
}
# ABSTRACT: Create a request for the evemon endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf ArrayRef Int Str);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/EVEMon.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::EVEMon
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::EVEMon - Create a request for the evemon endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::EVEMon->new->request;
=head1 DESCRIPTION
lib/Games/EveOnline/EveCentral/Request/EVEMon.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'evemon'
endpoint.
=begin private =end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS
lib/Games/EveOnline/EveCentral/Request/History.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::History;
{
$Games::EveOnline::EveCentral::Request::History::VERSION = '0.001';
}
# ABSTRACT: Create a request for the history endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf Enum Int Str Undef);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/History.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::History
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::History - Create a request for the history endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::History->new(
type_id => 34, # Mandatory.
hours => 1, # defaults to 360
lib/Games/EveOnline/EveCentral/Request/History.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'history'
endpoint.
=begin private
=end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS
lib/Games/EveOnline/EveCentral/Request/MarketStat.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::MarketStat;
{
$Games::EveOnline::EveCentral::Request::MarketStat::VERSION = '0.001';
}
# ABSTRACT: Create a request for the marketstat endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf ArrayRef Int Str);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/MarketStat.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::MarketStat
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::MarketStat - Create a request for the marketstat endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::MarketStat->new(
type_id => 34, # or [34, 35]. Mandatory.
hours => 1, # defaults to 24
lib/Games/EveOnline/EveCentral/Request/MarketStat.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'markestat'
endpoint.
=begin private
=end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS
lib/Games/EveOnline/EveCentral/Request/QuickLook.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::QuickLook;
{
$Games::EveOnline::EveCentral::Request::QuickLook::VERSION = '0.001';
}
# ABSTRACT: Create a request for the quicklook endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf ArrayRef Int Str);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/QuickLook.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::QuickLook
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::QuickLook - Create a request for the quicklook endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::QuickLook->new(
type_id => 34, # Mandatory.
hours => 1, # defaults to 360
lib/Games/EveOnline/EveCentral/Request/QuickLook.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'quicklook'
endpoint.
=begin private
=end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS
lib/Games/EveOnline/EveCentral/Request/QuickLookPath.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::QuickLookPath;
{
$Games::EveOnline::EveCentral::Request::QuickLookPath::VERSION = '0.001';
}
# ABSTRACT: Create a request for the quicklookpath endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf ArrayRef HashRef Int Str);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/QuickLookPath.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::QuickLookPath
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::QuickLookPath - Create a request for the quicklookpath endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::QuickLookPath->new(
type_id => 34, # Mandatory.
hours => 1, # defaults to 360
lib/Games/EveOnline/EveCentral/Request/QuickLookPath.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'quicklookpath'
endpoint.
=begin private
=end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS
lib/Games/EveOnline/EveCentral/Request/Route.pm view on Meta::CPAN
package Games::EveOnline::EveCentral::Request::Route;
{
$Games::EveOnline::EveCentral::Request::Route::VERSION = '0.001';
}
# ABSTRACT: Create a request for the route endpoint.
use Moo 1.003001;
use MooX::Types::MooseLike 0.25;
use MooX::StrictConstructor 0.006;
use MooX::Types::MooseLike::Base qw(AnyOf Int Str);
use 5.012;
extends 'Games::EveOnline::EveCentral::Request';
lib/Games/EveOnline/EveCentral/Request/Route.pm view on Meta::CPAN
1; # End of Games::EveOnline::EveCentral::Request::Route
__END__
=pod
=head1 NAME
Games::EveOnline::EveCentral::Request::Route - Create a request for the route endpoint.
=head1 VERSION
version 0.001
=head1 SYNOPSIS
my $req = Games::EveOnline::EveCentral::Request::Route->new(
from_system => 'Jita', # Or 30000142, mandatory
to_system => 'Amarr' # Or 30002187, mandatory
lib/Games/EveOnline/EveCentral/Request/Route.pm view on Meta::CPAN
=back
=for test_synopsis no strict 'vars'
=head1 METHODS
=head2 request
Returns an HTTP::Request object which can be used to call the 'route'
endpoint.
=begin private
=end private
=head1 AUTHOR
Pedro Figueiredo, C<< <me at pedrofigueiredo.org> >>
=head1 BUGS