A simple Go implementation of the Coderwall API (http://coderwall.com/api).
go get github.com/NickPresta/go-wall/gowall
Import this library in your code to use it:
import (
"github.com/NickPresta/go-wall/gowall"
)
Fetch your user details:
user, err := gowall.FetchUser("NickPresta")
/* Do something with user */
See main.go
for an example.
View the documentation on GoPkgDoc.
A very simple test is available via go test
.
See CHANGELOG.md
for details.
This is released under the
MIT license.
See LICENSE.md
for details.