Chris Radcliff > EVDB-API-0.99 > EVDB::API::REST

Download:
EVDB-API-0.99.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

Parses XML from the Eventful API.

METHODS ^

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 ^

LICENSE ^

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

SEE ALSO ^