Archive for 'Discogs API' Category

Discogs.com API Assembly for .NET Applications v1.0 Build 2876

16 November 2007

Hello Everyone!
I’m very pleased to bring you the latest build of the Discogs.com API Assembly
This version bring more error handling reguarding the Cover Art routines as well as the ability to now specify your own Discogs.com API key This is not a REQUIRED field, and if you do not specify an API [...]

Discogs.com API Assembly for .NET Applications v1.0 Build 2871

12 November 2007

Greetings Everyone!
I’ve been working on the Discogs.com API Assembly for .NET Applications now for a couple days and have been able to make some progress. It’s now a bit more stable as well a a tiny bit easier to use.
I took some time and added a DEBUG class. This class allows you to find [...]

Discogs.com API Assembly for .NET Applications v1.0 Build 2867

7 November 2007

Hey Everyone!
I’ve been putting some time into my Discogs API Assembly hoping to implement all the functions supported by the API. This build should give access to all available API functions:

Get Release Information - SearchRelease(string sRelease)
Get Artist Information - SearchArtist(string sArtistName)
Get Label Information - SearchLabel(string sLabel)
General Search - Search(string sSearchTerm)

I’ve changed the method signatures for [...]

Discogs.com API Assembly for .NET Applications v1.0 Build 2863

3 November 2007

Well, here it is! The Discogs.com API Interface Assembly for .NET Applications.
After fiddling around with the Discogs.com website I decided to take a look at their developers API. It was actually pretty slick, as it lets you look up an Artist and retrieve all of their information including album information on every album they’ve been [...]