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.06

SYNOPSIS

        use Net::Douban::Collection;
        my $user = Net::Douban::Collection->new(
        
                collectionID => '....',
        # or
        oauth => $consumer,
        );

DESCRIPTION

Interface to douban.com API collection section

METHODS

get_collection
get_user_collection
add_collection
put_collection
delete_collection

SEE ALSO

Net::Douban Net::Douban::Atom Moose XML::Atom http://douban.com/service/apidoc

AUTHOR

woosley.xu<woosley.xu@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.