Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
EVDB::API::YAML - Use the YAML flavor of the Eventful API
SYNOPSIS
my $evdb = EVDB::API->new(app_key => $app_key, flavor => 'yaml');
my $results = $evdb->call('events/get', { id => 'E0-001-001336058-5' });
DESCRIPTION
Parses YAML from the Eventful API.
METHODS
flavor
Return the flavor name.
ctype
Return a checkstring for the expected return content type.
parse
Parse YAML data from the Eventful API using YAML::Syck or YAML.
AUTHORS
Daniel Westermann-Clark <danieltwc@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.