https://github.com/koffeinsource/Go-imgur
Go library to use the imgur.com API
https://github.com/koffeinsource/Go-imgur
go imgur
Last synced: 7 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T11:45:58.000Z (over 1 year ago)
- Last Synced: 2024-10-25T05:25:15.087Z (12 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
README
# go-imgur

[](https://pkg.go.dev/github.com/koffeinsource/go-imgur?tab=doc)
[](https://goreportcard.com/report/github.com/koffeinsource/go-imgur)
[](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`.