Categorygithub.com/koffeinsource/go-imgur
modulepackage
0.4.1
Repository: https://github.com/koffeinsource/go-imgur.git
Documentation: pkg.go.dev

# README

go-imgur

Go GoDoc Go Report Card Coverage Status

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.

# Packages

No description provided by the author

# Functions

NewClient simply creates an imgur client.

# Structs

AlbumInfo contains all album information provided by imgur.
Client used to for go-imgur.
ClientAccount describe authontification.
Comment is an imgur comment.
GalleryAlbumInfo contains all information provided by imgur of a gallery album.
GalleryImageInfo contains all gallery image information provided by imgur.
No description provided by the author
No description provided by the author
GenericInfo is returned from functions for which the final result type is not known beforehand.
ImageInfo contains all image information provided by imgur.
RateLimit details can be found here: https://api.imgur.com/#limits.