| Package | Description |
|---|---|
| masecla.modrinth4j.endpoints.version.files |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HashProjectVersionMap> |
VersionFilesEndpoints.getLatestVersionsByHash(GetProjectLatestVersionsFromHashes.GetProjectLatestVersionsFromHashesRequest request)
This endpoint is used to get the latest version of a project from a hash.
|
com.google.gson.reflect.TypeToken<HashProjectVersionMap> |
GetProjectLatestVersionsFromHashes.getResponseClass()
Returns the response class.
|
com.google.gson.reflect.TypeToken<HashProjectVersionMap> |
GetVersionsFromHashes.getResponseClass()
Returns the response class.
|
CompletableFuture<HashProjectVersionMap> |
VersionFilesEndpoints.getVersionByHash(FileHash algorithm,
List<String> hashes)
This endpoint is used to get the latest version of a project from a hash.
|
CompletableFuture<HashProjectVersionMap> |
VersionFilesEndpoints.getVersionByHash(FileHash algorithm,
String... hashes)
This endpoint is used to get the latest version of a project from a hash.
|
Copyright © 2026. All rights reserved.