Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 721 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 721 Bytes

Tumblr API Go Client

Build Status GoDoc

This is the Tumblr API Golang client

Installation

Run go get github.com/foush/tumblr.go

Usage

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.