-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
var config = SpotifyClientConfig
.CreateDefault()
.WithAuthenticator(new ClientCredentialsAuthenticator(" ", " "));
var spotify = new SpotifyClient(config);
var track = await spotify.Tracks.Get("2pZ4JoxJwnQwBypn0yy110");
var album = await spotify.Albums.Get("3pQvqUPKpfizVGjl0g5Dqd");
Iam using this code , to get infromations now I want search in spotify . for example eminem
var search = await spotify.Search.Item
how should i search this ?
Metadata
Metadata
Assignees
Labels
No labels