WebService::PlayaEvents - WebService::PlayaEvents - an interface to the burning man PlayaEvents API using Web::API
version 0.1
Please refer to the API documentation at http://playaevents.burningman.com/api/0.2/docs/
use WebService::PlayaEvents;
my $pe = WebService::PlayaEvents->new(
debug => 1,
year => 2013,
);
my $response = $pe->list_events(
start_time => '2013-09-01 18:00',
end_time => '2013-09-02 20:00',
);
basic configuration for the client API happens usually in the BUILD method when using Web::API
Please report any bugs or feature requests on GitHub's issue tracker https://github.com/nupfel/WebService-PlayaEvents/issues.
You can find documentation for this module with the perldoc command.
perldoc WebService::PlayaEvents
You can also look for information at:
GitHub repository
MetaCPAN
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Tobias Kirschstein <lev@cpan.org>
This software is Copyright (c) 2013 by Tobias Kirschstein.
This is free software, licensed under:
The (three-clause) BSD License