C# Class DiscogsNet.Api.Discogs2

显示文件 Open project: MediaPortal/MPTagThat

Public Methods

Method Description
Discogs2 ( ) : System
GetArtist ( string artistName ) : Artist
GetLabel ( string artistName ) : Label
GetMasterRelease ( int id ) : MasterRelease
GetRelease ( int id ) : Release

Private Methods

Method Description
DownloadString ( string uri ) : string
UpdateRateLimit ( ) : void

Method Details

Discogs2() public method

public Discogs2 ( ) : System
return System

GetArtist() public method

public GetArtist ( string artistName ) : Artist
artistName string
return DiscogsNet.Model.Artist

GetLabel() public method

public GetLabel ( string artistName ) : Label
artistName string
return DiscogsNet.Model.Label

GetMasterRelease() public method

public GetMasterRelease ( int id ) : MasterRelease
id int
return DiscogsNet.Model.MasterRelease

GetRelease() public method

public GetRelease ( int id ) : Release
id int
return DiscogsNet.Model.Release