All Projects → tumblr → Tumblr.go

tumblr / Tumblr.go

Licence: apache-2.0
This is a library which provides structs and functions for accessing the Tumblr API

Programming Languages

go
31211 projects - #10 most used programming language

Tumblr API Go Client

Build Status GoDoc

This is the Tumblr API Golang client

Installation

Run go get github.com/tumblr/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.

Support/Questions

You can post a question in the Google Group or contact the Tumblr API Team at [email protected]

License

Copyright 2016 Tumblr, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].