UserApi

open class UserApi(api: GenericSpotifyApi) : SpotifyEndpoint

Endpoints for retrieving information about a user’s profile.

Api Reference

Constructors

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
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

Inheritors

ClientProfileApi
Link copied to clipboard

Sources

(source)
Link copied to clipboard