Package de.sonallux.spotify.api.apis
Class CategoriesApi
java.lang.Object
de.sonallux.spotify.api.apis.CategoriesApi
Categories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet Several Browse CategoriesgetCategory(String categoryId) Get Single Browse Category
-
Constructor Details
-
CategoriesApi
public CategoriesApi()
-
-
Method Details
-
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
GetCategoriesRequestobject to build and execute the request
-
getCategory
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
GetCategoryRequestobject to build and execute the request
-