public interface PatchesEndpoint
retrofit2.Call<okhttp3.ResponseBody>
download(UUID id)
retrofit2.Call<List<PatchNote>>
notes(UUID id)
@GET(value="patches/download/{uuid}") @Streaming retrofit2.Call<okhttp3.ResponseBody> download(@Path(value="uuid") UUID id)
@GET(value="patches/{uuid}/notes") retrofit2.Call<List<PatchNote>> notes(@Path(value="uuid") UUID id)
Copyright © 2026 Suncode. All rights reserved.