NAME
Net::isoHunt::Request - Populates request fields and executes request
VERSION
version 0.102770
ATTRIBUTES
ihq
Takes URL encoded value as requested search query.
start
Optional. Starting row number in paging through results set. First page has start=1
, not 0
. Defaults to 1
.
rows
Optional. Results to return, starting from parameter start
. Defaults to 100
.
sort
Optional. Defaults to composite ranking (over all factors such as age, query relevance, seed/leechers counts and votes). Parameter takes only values of seeds
, age
or size
, where seeds
sorting is combination of seeds + leechers. Sort order
defaults to descending.
order
Optional. Can be either asc
or desc
. Defaults to descending, in conjunction with sort
parameter.
METHODS
execute
Returns a Net::isoHunt::Response object.
AUTHOR
Alan Haggai Alavi <alanhaggai@alanhaggai.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Alan Haggai Alavi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.