Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UsersApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private http

http: Http

Methods

getMe

  • Get Current User's Profile

    Get detailed profile information about the current user (including the current user's username).

    Returns Promise<PrivateUser>

getUser

  • Get a User's Profile

    Get public profile information about a Spotify user.

    Parameters

    • userId: string

      The user's Spotify user ID.

    Returns Promise<PublicUser>

Generated using TypeDoc