Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tumblr/tumblr.go
This is a library which provides structs and functions for accessing the Tumblr API
https://github.com/tumblr/tumblr.go
Last synced: 9 days ago
JSON representation
This is a library which provides structs and functions for accessing the Tumblr API
- Host: GitHub
- URL: https://github.com/tumblr/tumblr.go
- Owner: tumblr
- License: apache-2.0
- Created: 2016-10-10T20:46:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T21:28:53.000Z (over 5 years ago)
- Last Synced: 2024-08-02T15:10:24.773Z (3 months ago)
- Language: Go
- Homepage: https://tumblr.com/api
- Size: 42 KB
- Stars: 37
- Watchers: 14
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tumblr API Go Client
[![Build Status](https://travis-ci.org/tumblr/tumblr.go.svg?branch=master)](https://travis-ci.org/tumblr/tumblr.go) [![GoDoc](https://godoc.org/github.com/tumblr/tumblr.go?status.svg)](https://godoc.org/github.com/tumblr/tumblr.go)
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](https://github.com/tumblr/tumblrclient.go) 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](https://groups.google.com/forum/#!forum/tumblr-api) or contact the Tumblr API Team at [[email protected]](mailto:[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.0Unless 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.