This is the Tumblr API Golang client
Run go get github.com/foush/tumblr.go
The mechanics of this library send HTTP requests through a ClientInterface
object. There is intentionally no concrete client defined in this library to allow for maximum flexibility. There is a separate repository with a client implementation and convenience methods if you do not require a custom client behavior.