Skip to content

dmashuda/go-imgur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-imgur

A basic api client for imgur. Currently I have only implemented the features of the imgur api that I use for other projects.

If you would like another piece of functionality implemented, open an issue or implement it yourself and submit a pull request

Installation:

go get github.com/dmashuda/go-imgur

Example Usage:

Creating a Client:

client := imgur.NewClient(clientID)

clientID is issued by imgur on a per application basis

Retrieving album information:

aww, err := client.GetAlbum("/gallery/r/CorgiGifs", 0, 20)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages