The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Douban::Note

VERSION

version 1.14

SYNOPSIS

    my $c = Net::Douban->init(Roles => 'Note');

DESCRIPTION

Interface to douban.com API Note section

METHODS

get_note

argument: noteID

get_user_notes

argument: userID

delete_note

argument: noteID

post_note

argument: content, title

put_note

argument: content, title, noteID

SEE ALSO

Net::Douban Net::Douban::Gift Moose http://www.douban.com/service/apidoc/reference/note

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.