Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`.