(file-url track-id & [options])Options can include query-params with keys:
:format_idOptions can include `query-params` with keys: * `:format_id`
(get track-id & [options])(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_idNotify 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`
(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_idNotify 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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |