
WebService::FC2::SpamAPI::Response - Reponse object of WebService::FC2::SpamAPI

Version 0.01

$res = $api->check_url({ url => $url, data => 1 });
$res->is_spam; # 1 or 0
$res->usid; # fc2 user id
$res->name; # site name
$res->url; # site url
$res->comment; # comment
$res->category; # category
$res->registered_date; # registered date
$res->updated_date; # updated date

Parse single response message & returns Response object.
Parse multiple response message & returns Response object list.

FUJIWARA Shunichiro, <fujiwara at topicmaker.com>

WebService::FC2::SpamAPI, http://seo.fc2.com/spam/

Copyright 2007 FUJIWARA Shunichiro, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.