C# Class cloudmusic2upnp.ContentProvider.Plugins.Soundcloud.Provider

Provider.
Inheritance: IContentProvider
Mostrar archivo Open project: TilmannBach/cloudmusic2upnp

Public Methods

Method Description
GetTrackById ( String ID ) : ITrack
Provider ( ) : System
Search ( String term ) : List

Search the specified term.

Private Methods

Method Description
ApiRequest ( String ressource ) : XmlDocument

Sends a GET request to the Soundcloud REST API.

Method Details

GetTrackById() public method

public GetTrackById ( String ID ) : ITrack
ID String
return ITrack

Provider() public method

public Provider ( ) : System
return System

Search() public method

Search the specified term.
public Search ( String term ) : List
term String /// The search query term. ///
return List