/WebService-PlayaEvents

WebService::PlayaEvents - an interface to the burning man PlayaEvents API using Web::API

Primary LanguagePerl

NAME

WebService::PlayaEvents - WebService::PlayaEvents - an interface to the burning man PlayaEvents API using Web::API

VERSION

version 0.1

SYNOPSIS

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',
);

SUBROUTINES/METHODS

list_events

get_event

list_camps

get_camp

list_art

get_art

list_cstreet

list_tstreet

INTERNALS

BUILD

basic configuration for the client API happens usually in the BUILD method when using Web::API

BUGS

Please report any bugs or feature requests on GitHub's issue tracker https://github.com/nupfel/WebService-PlayaEvents/issues.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc WebService::PlayaEvents

You can also look for information at:

AUTHOR

Tobias Kirschstein <lev@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Tobias Kirschstein.

This is free software, licensed under:

The (three-clause) BSD License