The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

    Net::Douban::Collection

VERSION

version 1.10

SYNOPSIS

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

DESCRIPTION

Interface to douban.com API collection section

METHODS

get_collection

argument: collectionID

get_user_collection

argument: userID

optional arguments: [qw/cat tag status updated-max updated-min/],

put_collection

arguments: ['collectionID', 'rating', 'content', 'subjectID', 'status', 'collectionID'],

delete_collection

argument: collectionID

post_collection

arguments: ['rating', 'content', 'subjectID', 'status'],

SEE ALSO

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

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.