ClientProfileApi

class ClientProfileApi(api: GenericSpotifyApi) : UserApi

Endpoints for retrieving information about a user’s profile.

Api Reference

Constructors

ClientProfileApi
Link copied to clipboard
common
fun ClientProfileApi(api: GenericSpotifyApi)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getClientProfile
Link copied to clipboard
common
suspend fun getClientProfile(): SpotifyUserInformation
Get detailed profile information about the current user (including the current user’s username).
getProfile
Link copied to clipboard
common
suspend fun getProfile(user: String): SpotifyPublicUser?
Get public profile information about a Spotify user.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

api
Link copied to clipboard
common
val api: GenericSpotifyApi
cache
Link copied to clipboard
common
val cache: SpotifyCache

Sources

(source)
Link copied to clipboard