public interface PatchesEndpoint
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<okhttp3.ResponseBody> |
download(UUID id) |
@GET(value="patches/download/{uuid}")
@Streaming
retrofit2.Call<okhttp3.ResponseBody> download(@Path(value="uuid")
UUID id)
Copyright © 2026 Suncode. All rights reserved.