NAME
Net::Douban::Event
VERSION
version 1.07_1
SYNOPSIS
use Net::Douban::Event;
my $event = Net::Douban::Event->new(
apikey => '....',
# or
oauth => $consumer,
);
$atom = $event->get_event;
$atom = $event->get_event_wishers;
$atom = $event->search(q => 'douban', locationID => 'all', start_index => 5, max_results => 10);
DESCRIPTION
Interface to douban.com API Event section
METHODS
Most of the get methods return a Net::Douban::Atom object which can be use to get data conveniently
- get_event
- get_event_wishers
- get_event_participants
- get_user_participants
- get_user_wish
- get_user_event
- get_city_events
- search
- post_event
- join_event
- put_event
- wish_event
- delete_event
- leave_event
- quit_event
SEE ALSO
Net::Douban Net::Douban::Atom Moose XML::Atom http://www.douban.com/service/apidoc/reference/event
AUTHOR
woosley.xu<redicaps@gmail.com>
COPYRIGHT
Copyright (C) 2010 by Woosley.Xu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.