Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koffeinsource/go-imgur
Go library to use the imgur.com API
https://github.com/koffeinsource/go-imgur
go imgur
Last synced: about 2 months ago
JSON representation
Go library to use the imgur.com API
- Host: GitHub
- URL: https://github.com/koffeinsource/go-imgur
- Owner: koffeinsource
- License: mit
- Created: 2016-03-30T22:05:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T11:45:58.000Z (6 months ago)
- Last Synced: 2024-10-25T05:25:15.087Z (about 2 months ago)
- Topics: go, imgur
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 24
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - go-imgur - Go client library for [imgur](https://imgur.com) (Third-party APIs / Utility/Miscellaneous)
- awesome-go - go-imgur - Go library to use the imgur.com API - ★ 9 (Third-party APIs)
- awesome-go-extra - go-imgur - 03-30T22:05:35Z|2022-07-17T12:16:14Z| (Third-party APIs / Fail injection)
README
# go-imgur
![Go](https://github.com/koffeinsource/go-imgur/workflows/Go/badge.svg)
[![GoDoc](https://godoc.org/github.com/koffeinsource/go-imgur?status.svg)](https://pkg.go.dev/github.com/koffeinsource/go-imgur?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/koffeinsource/go-imgur)](https://goreportcard.com/report/github.com/koffeinsource/go-imgur)
[![Coverage Status](
https://coveralls.io/repos/github/koffeinsource/go-imgur/badge.svg?branch=master)](https://coveralls.io/github/koffeinsource/go-imgur?branch=master)Go library to use the imgur.com API. At the moment only the anonymous part of the API is supported, but that is used in a production environment.
## Example
To see some simple example code please take a look at the command line client found in `imgurcmd/main.go`.