Endpoints under app.rocksky.feed.*
Endpoints under app.rocksky.feed.*
(get-album-recommendations client {:keys [did limit]})Get personalised album recommendations.
Required: :did. Optional: :limit.
Get personalised album recommendations. Required: `:did`. Optional: `:limit`.
(get-artist-recommendations client {:keys [did limit]})Get personalised artist recommendations.
Required: :did. Optional: :limit.
Get personalised artist recommendations. Required: `:did`. Optional: `:limit`.
(get-feed client {:keys [feed limit cursor]})Get a feed by URI.
Required: :feed (AT-URI). Optional: :limit :cursor.
Get a feed by URI. Required: `:feed` (AT-URI). Optional: `:limit` `:cursor`.
(get-feed-generator client {:keys [feed]})Get information about a feed generator. Required: :feed.
Get information about a feed generator. Required: `:feed`.
(get-feed-generators client)(get-feed-generators client {:keys [size]})Get all feed generators. Optional: :size.
Get all feed generators. Optional: `:size`.
(get-recommendations client {:keys [did limit]})Get personalised track recommendations.
Required: :did. Optional: :limit.
Get personalised track recommendations. Required: `:did`. Optional: `:limit`.
(get-stories client)(get-stories client {:keys [size feed following]})Get the latest scrobble per user.
Optional:
:size max number of stories.:feed at-uri of a feed generator; only stories whose scrobble is
in that feed are returned.:following true to restrict to users the viewer follows; requires
the client to be authenticated.Get the latest scrobble per user.
Optional:
- `:size` max number of stories.
- `:feed` at-uri of a feed generator; only stories whose scrobble is
in that feed are returned.
- `:following` `true` to restrict to users the viewer follows; requires
the client to be authenticated.(search client {:keys [query]})Search across songs, albums, artists, playlists, and profiles.
Required: :query.
Search across songs, albums, artists, playlists, and profiles. Required: `:query`.
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 |