spotify-0.1.0.1: Spotify Web API
Safe HaskellSafe-Inferred
LanguageGHC2021

Spotify.Servant.Search

Documentation

type GetSearch = "search" :> (QueryParam' '[Strict, Required] "q" Text :> (QueryParam' '[Strict, Required] "type" [SearchType] :> (QueryParam "include_external" Text :> (QueryParam "limit" Int :> (QueryParam "market" Market :> (QueryParam "offset" Int :> SpotGet SearchResult)))))) Source #