Class CheckCurrentUserFollowsRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.CheckCurrentUserFollowsRequest
Check If User Follows Artists or Users request
Required OAuth scopes
user-follow-read
Response
Array of booleans
-
Constructor Summary
ConstructorsConstructorDescriptionCheckCurrentUserFollowsRequest(ApiClient apiClient, String type, String ids) Check If User Follows Artists or Users request -
Method Summary
-
Constructor Details
-
CheckCurrentUserFollowsRequest
Check If User Follows Artists or Users request- Parameters:
apiClient-The API client
type-The ID type: either
artistoruser.ids-A comma-separated list of the artist or the user Spotify IDs to check. For example:
ids=74ASZWbe4lXaubB36ztrGX,08td7MxkoHQkXnWAYD8d6Q. A maximum of 50 IDs can be sent in one request.
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-