Liking cljdoc? Tell your friends :D

clj-qobuz.favorite


createclj

(create & [options])

Create favorite options can contain :query-params with the following keys:

  • :artist_ids
  • :album_ids
  • :track_ids
Create favorite
`options` can contain `:query-params` with the following keys:
* :artist_ids
* :album_ids
* :track_ids
sourceraw docstring

deleteclj

(delete & [options])

Delete favorite options can contain :query-params with the following keys:

  • :artist_ids
  • :album_ids
  • :track_ids
Delete favorite
`options` can contain `:query-params` with the following keys:
* :artist_ids
* :album_ids
* :track_ids
sourceraw docstring

user-favoritesclj

(user-favorites & [options])

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

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

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

× close