Liking cljdoc? Tell your friends :D
ClojureScript only.

tuneberry.search


(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
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close