WebService::Simple::Parser::XML::Feed - Parse XML content using XML::Feed


WebService-Simple documentation  | view source Contained in the WebService-Simple distribution.

Index


SYNOPSIS

Top

  my $service = WebService::Simple->new(
    base_url => ...,
    response_parser => 'XML::Feed',
  );
  my $res = $service->get(...);
  my $feed = $res->parse_response();

METHODS

Top

new

parse_response

AUTHOR

Top

Yusuke Wada <yusuke@kamawada.com>


WebService-Simple documentation  | view source Contained in the WebService-Simple distribution.