app.rocksky.actor.* endpoints.
All functions take the client as the first argument and a keyword list of
parameters. They return {:ok, body} or {:error, %Rocksky.Error{}}.
Summary
Functions
Albums an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
Artists an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
Compatibility score between the authenticated user and another actor. Params: :did.
Songs an actor has loved. Params: :did, :limit, :offset.
Musical neighbours of an actor. Params: :did.
Playlists for an actor. Params: :did, :limit, :offset.
Scrobbles for an actor. Params: :did, :limit, :offset.
Songs an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
Fetch a profile by DID or handle (:did).
Functions
Albums an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
Artists an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
Compatibility score between the authenticated user and another actor. Params: :did.
Songs an actor has loved. Params: :did, :limit, :offset.
Musical neighbours of an actor. Params: :did.
Playlists for an actor. Params: :did, :limit, :offset.
Scrobbles for an actor. Params: :did, :limit, :offset.
Songs an actor has scrobbled. Params: :did, :limit, :offset, :startDate, :endDate.
@spec get_profile( Rocksky.Client.t(), keyword() ) :: {:ok, map()} | {:error, Rocksky.Error.t()}
Fetch a profile by DID or handle (:did).