mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 23:46:27 +00:00
831 B
831 B
Profiles
GetPrivateProfile
Get detailed profile information about the current user (including the current user’s username).
Parameters
Name | Description | Example |
---|
Returns a PrivateProfile
Usage
PrivateUser user = _spotify.GetPrivateProfile();
Console.WriteLine(user.DisplayName);
GetPublicProfile
Get public profile information about a Spotify user.
Parameters
Name | Description | Example |
---|---|---|
userId | The user's Spotify user ID. | EXAMPLE |
Returns a PublicProfile
Usage