Liking cljdoc? Tell your friends :D

clj-qobuz.playlist


createclj

(create name & [options])

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).
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).
sourceraw docstring

(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:

  • :genre_ids list of genre ids
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
sourceraw docstring

getclj

(get playlist-id & [options])
source

user-playlistsclj

(user-playlists & [options])

Get playlists for user. options can contain :query-params with the following keys:

  • :username
  • :user_id
  • :order
Get playlists for user.
`options` can contain `:query-params` with the following keys:
 * :username
 * :user_id
 * :order
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close