Class CheckCurrentUserFollowsRequest

java.lang.Object
de.sonallux.spotify.api.apis.users.CheckCurrentUserFollowsRequest

public class CheckCurrentUserFollowsRequest extends Object

Check If User Follows Artists or Users request

Required OAuth scopes

user-follow-read

Response

Array of booleans

  • Constructor Details

    • CheckCurrentUserFollowsRequest

      public CheckCurrentUserFollowsRequest(ApiClient apiClient, String type, String ids)
      Check If User Follows Artists or Users request
      Parameters:
      apiClient -

      The API client

      type -

      The ID type: either artist or user.

      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

      public ApiCall<List<Boolean>> build()
      Build the request into an executable api call
      Returns:
      an executable api call