NAME
Net::Douban::Event
VERSION
version 1.14
SYNOPSIS
my $event = Net::Douban->init(Roles => 'Event');
DESCRIPTION
Interface to douban.com API Event section
METHODS
- get_event
-
argument: eventID
- get_event_participants
-
argument: eventID
- get_event_wishers
-
argument: eventID
- get_user_events
-
argument: userID
- get_user_wishes
-
argument: userID
- get_user_participates
-
argument: userID
- get_user_initiates
-
argument: userID
- get_location_events
-
argument: locationID
optional arguments: ['type'],
- search_events
-
argument: [qw/q location/]
- post_event_wisher
-
argument: eventID
- post_event_participant
-
argument: eventID
- delete_event_wisher
-
argument: eventID
- delete_event_paticipant
-
argument: eventID
SEE ALSO
Net::Douban Net::Douban::Gift Moose http://www.douban.com/service/apidoc/reference/event
AUTHOR
woosley.xu <woosley.xu@gmail.com>
COPYRIGHT
Copyright (C) 2010 - 2011 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.