Skip to content
George Matthews edited this page May 22, 2015 · 15 revisions

ImgShare

A fast, asynchronous Imgur client for .net apps

Built with love by @geomat.

V 0.3.6

0.3.6:

  • API Signature updates for Gallery endpoints (search and details) to fix small naming issue.

0.3.5:

  • Updates to all API signatures for more consistency, better alignment with the actual ImgurAPI
  • Lots of refactoring to make the code more readable. (not that most people will ever care)

0.3.0:

  • Now supports searching the gallery and updating image information
  • Minor fixes to make it easier to use the paid endpoints (set the useType property just like you set ClientID)
  • Renaming package to ImgShare.APISource. This means that you'll need to update to this new name in NuGet. Some pain, all gain.

0.2.0:

  • Basic gallery operations
  • Paid and free API endpoint support
  • Posting images

What it is

I was looking for some examples of using the Imgur API with Windows Store apps and saw a lot of examples that hadn't been updated to make use of async and modern deserialization support. I wanted to help out (and help my own side project) and build a fast API client that would work great in Windows apps.

Attributions

Makes use of the JSON.Net library

Copyright (c) 2007 James Newton-King

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Clone this wiki locally