Liking cljdoc? Tell your friends :D

clj-qobuz.track


file-urlclj

(file-url track-id & [options])

Options can include query-params with keys:

  • :format_id
Options can include `query-params` with keys:
* `:format_id`
sourceraw docstring

getclj

(get track-id & [options])
source

streaming-endclj

(streaming-end events & [options])

Notify Qobuz that a track has finished streaming. Events must be a sequence of maps with the following keys:

  • :user_id
  • :date
  • :duration
  • :online
  • :intent - streaming/import/download
  • :sample
  • :device_id - returned from the login call
  • :track_id
  • :purchase
  • :local
  • :credential_id - returned from the login call
  • :format_id
Notify Qobuz that a track has finished streaming.
Events must be a sequence of maps with the following keys:

 * `:user_id`
 * `:date`
 * `:duration`
 * `:online`
 * `:intent` - streaming/import/download
 * `:sample`
 * `:device_id` - returned from the login call
 * `:track_id`
 * `:purchase`
 * `:local`
 * `:credential_id` - returned from the login call
 * `:format_id`
sourceraw docstring

streaming-startclj

(streaming-start events & [options])

Notify Qobuz that a track has started streaming. Events must be a sequence of maps with the following keys:

  • :user_id
  • :date
  • :duration- must be 0
  • :online
  • :intent - streaming/import/download
  • :sample
  • :device_id - returned from the login call
  • :track_id
  • :purchase
  • :local
  • :credential_id - returned from the login call
  • :format_id
Notify Qobuz that a track has started streaming.
Events must be a sequence of maps with the following keys:

* `:user_id`
* `:date`
* `:duration`- must be 0
* `:online`
* `:intent` - streaming/import/download
* `:sample`
* `:device_id` - returned from the login call
* `:track_id`
* `:purchase`
* `:local`
* `:credential_id` - returned from the login call
* `:format_id`
sourceraw docstring

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

× close