Uses of Class
masecla.modrinth4j.model.version.files.HashProjectVersionMap
Packages that use HashProjectVersionMap
-
Uses of HashProjectVersionMap in masecla.modrinth4j.endpoints.version.files
Methods in masecla.modrinth4j.endpoints.version.files that return types with arguments of type HashProjectVersionMapModifier and TypeMethodDescriptionVersionFilesEndpoints.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.VersionFilesEndpoints.getVersionByHash(FileHash algorithm, String... hashes) This endpoint is used to get the latest version of a project from a hash.VersionFilesEndpoints.getVersionByHash(FileHash algorithm, List<String> hashes) This endpoint is used to get the latest version of a project from a hash.