Class GetCurrentUsersProfileRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.GetCurrentUsersProfileRequest
Get Current User's Profile request
Required OAuth scopes
user-read-private, user-read-email
Response
A user
-
Constructor Summary
ConstructorsConstructorDescriptionGetCurrentUsersProfileRequest(ApiClient apiClient) Get Current User's Profile request -
Method Summary
-
Constructor Details
-
GetCurrentUsersProfileRequest
Get Current User's Profile request- Parameters:
apiClient-The API client
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-