Skip to content

A client for Imgur's wonderfully well-documented REST API. I needed to upload a lot of stuff. Endpoints and code generated from scrape of Imgur's very helpful API documentation.

Notifications You must be signed in to change notification settings

development-nell/imgur_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgur::API - A Minimal Client for Imgur

Minimal client for Imgur's REST api. A work in progress. Currently only anonymous calls are supported.

Install

cpan .

Usage

my $imgur = Imgur::API->new(api_key=><your_api_key>);

my $ret = $imgur->image->upload(image=>"http://site.com/image.jpg");
my $ret = $imgur->image->upload(image=>$imgur->content("../images/temp/something.jpg"));

More information

https://apidocs.imgur.com/

About

A client for Imgur's wonderfully well-documented REST API. I needed to upload a lot of stuff. Endpoints and code generated from scrape of Imgur's very helpful API documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages