Class CategoriesApi

java.lang.Object
de.sonallux.spotify.api.apis.CategoriesApi

public class CategoriesApi extends Object
Categories
  • Constructor Details

    • CategoriesApi

      public CategoriesApi()
  • Method Details

    • getCategories

      public GetCategoriesRequest getCategories()

      Get Several Browse Categories

      Get a list of categories used to tag items in Spotify (on, for example, the Spotify player’s “Browse” tab).

      Returns:
      a GetCategoriesRequest object to build and execute the request
    • getCategory

      public GetCategoryRequest getCategory(String categoryId)

      Get Single Browse Category

      Get a single category used to tag items in Spotify (on, for example, the Spotify player’s “Browse” tab).

      Parameters:
      categoryId -

      The Spotify category ID for the category.

      Returns:
      a GetCategoryRequest object to build and execute the request