Searching Spotify For Things

This class wraps around this Spotify API endpoint

Note

This class is 100% static, new Spotify.Search() is not how to start a search.

How to use

See this page

The Spotify.Search class provides the following methods:

Name Parameters Return Value Description
For Types* A object that .By() can be called on to build a search in a more verbose way N/A
Search QueryString a Spotify.Search.SearchResult object containing the results of the search Takes a Spotify Query String and returns the result of the search

And the following property

Name Value Description
SearchResult An object base class This class seperates the artists/tracks/albums/playlists returned by a search, and the original search string