(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/searchcljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |