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
go get github.com/dmashuda/go-imgur
client := imgur.NewClient(clientID)
clientID is issued by imgur on a per application basis
aww, err := client.GetAlbum("/gallery/r/CorgiGifs", 0, 20)