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

NAME

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

VERSION

Version 0.01

SYNOPSIS

  $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

FUNCTIONS

parse

Parse single response message & returns Response object.

parse_list

Parse multiple response message & returns Response object list.

AUTHOR

FUJIWARA Shunichiro, <fujiwara at topicmaker.com>

SEE ALSO

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

COPYRIGHT & LICENSE

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.