NAME
Net::Douban::Review
VERSION
version 1.12
SYNOPSIS
$c = Net::Doban->init(Roles => 'Review');
DESCRIPTION
Interface to douban.com API Review section
METHODS
- get_review
-
argument: reviewID
- get_user_review
-
argument: userID
- get_book_review
-
argument: subjectID | isbnID
- get_movie_review
-
argument: subjectID | imdbID
- get_music_review
-
arugment: subjectID
- post_review
-
arguments: ['subjectID', 'content', 'rating', 'title'],
- put_review
-
arguments: ['reviewID', 'subjectID', 'reviewID', 'title', 'content', 'rating'],
- delete_review
-
argument: reviewID
SEE ALSO
Net::Douban Net::Douban::Traits::Gift Moose http://www.douban.com/service/apidoc/reference/review
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.