Skip to content

steve228uk/ImgurKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgurKit

Upload anonymously to Imgur

Requirements

Requires Alamofire and SwiftyJSON. No podspec currently included as this is a submodule of a larger project.

Usage

Imgur.clientID = "yourIDHere"

let data = NSData()

Imgur.upload(data) { response, error in

    print(response)
    print(error)

}

About

Upload anonymously to Imgur

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published