Skip to content

Search Problem #647

@babakmdi

Description

@babakmdi
        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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions