WebService::Eventful::REST - Use the REST flavor of the Eventful API


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

Index


NAME

Top

WebService::Eventful::REST - Use the REST flavor of the Eventful API

SYNOPSIS

Top

    my $evdb    = WebService::Eventful->new(app_key => $app_key);
    my $results = $evdb->call('events/get', { id => 'E0-001-001336058-5' });

DESCRIPTION

Top

Parses XML from the Eventful API.

VERSION

Top

1.0 - September 2006

METHODS

Top

flavor

Return the flavor name.

ctype

Return a checkstring for the expected return content type.

parse

Parse XML data from the Eventful API using XML::Twig or XML::Simple.

AUTHORS

Top

* Daniel Westermann-Clark <danieltwc@cpan.org>

LICENSE

Top

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

SEE ALSO

Top

* WebService::Eventful
* XML::Twig
* XML::Simple

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