Skip to content

vespassassina-zz/Objective-C-Discogs-Api-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Discogs api wrapper written in objective c. 
http://www.discogs.com/

The library is in the form of code drop-in, just copy in your project structure and drag/add to Xcode.

The library requires JSONKit lib to compile and work. https://github.com/johnezang/JSONKit

The main api entry point is DiscoGsApi that exposes all the basic api functions.

	- (GSSearch*)           Search:(NSString*)searchstring;
	- (GSSearch*)           SearchReleases:(NSString*)searchstring;
	- (GSSearch*)           SearchArtists:(NSString*)searchstring;
	- (GSSearch*)           SearchLabels:(NSString*)searchstring;

	- (NSImage *)           GetImage:(NSString *)imagepath;

	- (GSRelease *)         GetRelease:(NSString *)releaseid;
	- (GSMasterRelease *)   GetMasterRelease:(NSString *)masterid;
	- (GSArtist *)          GetArtist:(NSString *)artistname withReleases:(BOOL)releases;
	- (GSLabel *)           GetLabel:(NSString *)labelname withReleases:(BOOL)releases;

if you use this software add credits about the author (Diego Trinciarelli).

About

An Objective C wrapper implementation of Discogs Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published