public class TagsEndpoints extends Object
| Constructor and Description |
|---|
TagsEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Category>> |
getCategories()
This endpoint is used to get a list of all the categories.
|
CompletableFuture<List<DonationPlatform>> |
getDonationPlatforms()
This endpoint is used to get a list of all the donation platforms.
|
CompletableFuture<List<GameVersion>> |
getGameVersions()
This endpoint is used to get a list of all the game versions.
|
CompletableFuture<List<License>> |
getLicenses()
This endpoint is used to get a list of all the licenses.
|
CompletableFuture<List<Loader>> |
getLoaders()
This endpoint is used to get a list of all the loaders.
|
CompletableFuture<List<String>> |
getReportTypes()
This endpoint is used to get a list of all the report types.
|
public CompletableFuture<List<Category>> getCategories()
CompletableFuture that will return a List of
Category objects.public CompletableFuture<List<DonationPlatform>> getDonationPlatforms()
CompletableFuture that will return a List of
DonationPlatform objects.public CompletableFuture<List<Loader>> getLoaders()
CompletableFuture that will return a List of
Loader objects.public CompletableFuture<List<GameVersion>> getGameVersions()
CompletableFuture that will return a List of
GameVersion objects.public CompletableFuture<List<License>> getLicenses()
CompletableFuture that will return a List of
License objects.public CompletableFuture<List<String>> getReportTypes()
CompletableFuture that will return a List of
String objects.Copyright © 2026. All rights reserved.