Net::Douban::Note - Net::Douban::Note documentation


Net-Douban documentation  | view source Contained in the Net-Douban distribution.

Index


NAME

Top

Net::Douban::Note;

VERSION

Top

version 1.07

SYNOPSIS

Top

	use Net::Douban::Note;
	$note = Net::Douban::Note->new(
		apikey => '....',
        # or
        oauth => $consumer,
	);

	$atom = $note->get_note(noteID => ... ) 
	$atom = $note->get_user_note(userID => 'Net-Douban');
	$atom = $note->post_note(xml => $xml);

DESCRIPTION

Top

Interface to douban.com API Note section

METHODS

Top

Those methods return a Net::Douban::Atom object which can be use to get data conveniently

get_user
get_user_note
delet_note
post_note
put_note

SEE ALSO

Top

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

AUTHOR

Top

woosley.xu<redicaps@gmail.com>

COPYRIGHT

Top


Net-Douban documentation  | view source Contained in the Net-Douban distribution.