Class FollowArtistsUsersRequest
java.lang.Object
de.sonallux.spotify.api.apis.users.FollowArtistsUsersRequest
Follow Artists or Users request
Required OAuth scopes
user-follow-modify
Response
Artist or user followed
-
Constructor Summary
ConstructorsConstructorDescriptionFollowArtistsUsersRequest(ApiClient apiClient, String type, List<String> ids) Follow Artists or Users request -
Method Summary
-
Constructor Details
-
FollowArtistsUsersRequest
Follow Artists or Users request- Parameters:
apiClient-The API client
type-The ID type.
ids-A JSON array of the artist or user Spotify IDs. For example:
{ids:["74ASZWbe4lXaubB36ztrGX", "08td7MxkoHQkXnWAYD8d6Q"]}. A maximum of 50 IDs can be sent in one request. Note: if theidsparameter is present in the query string, any IDs listed here in the body will be ignored.
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-