(create name & [options])
Create playlist.
options
can contain :query-params
with the following keys:
Create playlist. `options` can contain `:query-params` with the following keys: * :description * :is_public (1 == public) * :is_collaborative (1 == collaborative) * :track_ids * :album_id (initial album to add to the playlist).
(featured-playlists listtype & [options])
Get featured playlists.
listtype
must be one of editor-picks
or last-created
options
can contain :query-params
with the following keys:
Get featured playlists. `listtype` must be one of `editor-picks` or `last-created` `options` can contain `:query-params` with the following keys: * :genre_ids list of genre ids
(user-playlists & [options])
Get playlists for user.
options
can contain :query-params
with the following keys:
Get playlists for user. `options` can contain `:query-params` with the following keys: * :username * :user_id * :order
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close