Click or drag to resize
Search Methods
doogal.co.uk Home



The Search type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLookupAlbum
Looks up the album details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberLookupArtist
Looks up the artist details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberLookupTrack
Looks up track details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberSearchAlbums(String)
Searches Spotify for albums matching the specified search string.
Public methodStatic memberSearchAlbums(String, Int32)
Searches Spotify for albums matching the specified search string.
Public methodStatic memberSearchArtists(String)
Searches Spotify for artists matching the specified search string.
Public methodStatic memberSearchArtists(String, Int32)
Searches Spotify for artists matching the specified search string.
Public methodStatic memberSearchTracks(String)
Searches Spotify for tracks matching the specified search string.
Public methodStatic memberSearchTracks(String, Int32)
Searches Spotify for tracks matching the specified search string.
Top
See Also