(search tb & {:keys [q] :as keyvals})
Searches the Spotify catalog. Params: q, type, market, limit, offset, include_external.
The q parameter can be specified either as a string or as a map. For example, the following queries are the same: :q "artist:Aphex Twin album:Syro" :q {:artist "Aphex Twin" :album "Syro"}
https://developer.spotify.com/documentation/web-api/reference/search
Searches the Spotify catalog. Params: q, type, market, limit, offset, include_external. The q parameter can be specified either as a string or as a map. For example, the following queries are the same: :q "artist:Aphex Twin album:Syro" :q {:artist "Aphex Twin" :album "Syro"} https://developer.spotify.com/documentation/web-api/reference/search
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close