An Elixir wrapper around the Imgur API
Add imgur
to your deps in mix.exs
def deps do
[{:imgur, "~> 0.1.0"}]
end
client = Imgur.Client.new(client_id: "myclientid")
{:ok, image} = Imgur.Image.get(client, "someimageid")
PRs are welcome.
If you have any problems or questions, please create an issue.