Class TagsEndpoints
java.lang.Object
masecla.modrinth4j.endpoints.tags.TagsEndpoints
This class contains all the endpoints for the tags section of the API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis endpoint is used to get a list of all the categories.This endpoint is used to get a list of all the donation platforms.This endpoint is used to get a list of all the game versions.This endpoint is used to get a list of all the licenses.This endpoint is used to get a list of all the loaders.This endpoint is used to get a list of all the report types.
-
Constructor Details
-
TagsEndpoints
public TagsEndpoints()
-
-
Method Details
-
getCategories
This endpoint is used to get a list of all the categories.- Returns:
- - A
CompletableFuturethat will return aListofCategoryobjects.
-
getDonationPlatforms
This endpoint is used to get a list of all the donation platforms.- Returns:
- - A
CompletableFuturethat will return aListofDonationPlatformobjects.
-
getLoaders
This endpoint is used to get a list of all the loaders.- Returns:
- - A
CompletableFuturethat will return aListofLoaderobjects.
-
getGameVersions
This endpoint is used to get a list of all the game versions.- Returns:
- - A
CompletableFuturethat will return aListofGameVersionobjects.
-
getLicenses
This endpoint is used to get a list of all the licenses.- Returns:
- - A
CompletableFuturethat will return aListofLicenseobjects.
-
getReportTypes
This endpoint is used to get a list of all the report types.- Returns:
- - A
CompletableFuturethat will return aListofStringobjects.
-