Interface DownloadClient
@Client("${http.baseUrl.download}")
@Header(name="User-Agent",
value="GeyserMC/Floodgate")
public interface DownloadClient
-
Method Summary
-
Method Details
-
latestBuildFor
@Get("/v2/projects/{project}/versions/latest/builds/latest") CompletableFuture<LatestBuildResult> latestBuildFor(@NotBlank @NotBlank String project)
-