
WebService::Simple::Yahoo::JP::API::Search - Search Subclass for WebService::Simple::Yahoo::JP::API.

use Data::Dumper; use WebService::Simple::Yahoo::JP::API; use WebService::Simple::Yahoo::JP::API::Search; my $api = WebService::Simple::Yahoo::JP::API->new(appid => "your appid"); my $res = $api->search->websearch(query => "Perl"); print Dumper $res; print Dumper $res->parse_response;

WebService::Simple::Yahoo::JP::API::Search module provides an interface to the Yahoo! JAPAN Search Web API.

Create and return a new WebService::Simple::Yahoo::JP::API::Search object. "new" Method requires an application ID of Yahoo developper network.

AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>

WebService::Simple::Yahoo::JP::API
WebService::Simple::Yahoo::JP::API::Map
WebService::Simple::Yahoo::JP::API::Jlp
WebService::Simple::Yahoo::JP::API::Auctions
WebService::Simple::Yahoo::JP::API::Shopping
WebService::Simple::Yahoo::JP::API::News
WebService::Simple::Yahoo::JP::API::Chiebukuro
WebService::Simple::Yahoo::JP::API::Dir
WebService::Simple::Yahoo::JP::API::Cert

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