Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2023-11-12 18:24:20 +00:00
parent 673c9e281b
commit a6fcae1e82
@@ -27,4 +27,8 @@ public interface WebApi {
@Path("repo") String repo,
@Path("sha") String sha,
@Path("diffType") String diffType);
@Streaming
@GET("attachments/{hashid}")
Call<ResponseBody> getAttachment(@Path("hashid") String hashid);
}