Hatena API client by golang.
$ go get github.com/takecy/go-hatena/hatenacli := hatena.NewHatena(nil)
count, err := cli.Bookmarks.Count("https://www.google.co.jp/")and see examples
- Count API
- count bookmarks of URL
- REST APIs
- Entries
- Bookmarks
- Tags
- Users
go version 1.5.1+
$ git clone git@github.com:takecy/go-hatena.git
$ go get github.com/tools/godep
$ godep restore
$ make testMIT