Exemplo n.º 1
0
 private ServiceArtist(IRequest req)
 {
     req.BaseUrl("http://ws.audioscrobbler.com/2.0/");
     req.AddParameter("format", "json");
     req.AddParameter("api_key", LastFmAPI.API_KEY);
     webao = new WebaoArtist(req);
 }
Exemplo n.º 2
0
 public static object GetArtistInfo(WebaoArtist artist)
 {
     return(artist.GetInfo("muse"));
 }