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

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

Parses XML from the Eventful API.

1.0 - September 2006

Return the flavor name.
Return a checkstring for the expected return content type.
Parse XML data from the Eventful API using XML::Twig or XML::Simple.


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