Example #1
0
 public SpotifyApi(ISpotifyApiConfig config)
     : base(config)
 {
     Artist = new ArtistApi(this);
 }
Example #2
0
 public SpotifyApi(ISpotifyApiConfig config) : base(config)
 {
     Artist = new ArtistApi(this);
 }