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)    
Software Engineer

My interests include software architecture and team building. The views and opinions expressed in this article are those of the me and do not necessarily reflect the official policy or position of my employer past or present.