WebService::Hatena::BookmarkCount

WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmark's XML-RPC API.
Download

WebService::Hatena::BookmarkCount Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yusuke Kawasaki
  • Publisher web site:
  • http://search.cpan.org/~kawasaki/WebService-Hatena-BookmarkCount-0.06/lib/WebService/Hatena/BookmarkCount.pm

WebService::Hatena::BookmarkCount Tags


WebService::Hatena::BookmarkCount Description

WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmark's XML-RPC API. WebService::Hatena::BookmarkCount is a Perl interface for Hatena::Bookmark's XML-RPC API.SYNOPSIS use WebService::Hatena::BookmarkCount; my @list = ( 'http://www.hatena.ne.jp/info/webservices', 'http://www.kawa.net/works/perl/hatena/bookmarkcount.html', ); my $hash = WebService::Hatena::BookmarkCount->getCount( @list ); foreach my $url ( @list ) { printf( "] %sn", $hash->{$url}, $url ); } my $top = ''; my $total = WebService::Hatena::BookmarkCount->getTotalCount( $top );WebService::Hatena::BookmarkCount is a interface for the Hatena::Bookmark Web Services's XML-RPC API. This provides two methods, bookmark.getCount and bookmark.getTotalCount, to get numbers of count on bookmarks. Requirements: · Perl


WebService::Hatena::BookmarkCount Related Software