mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-05 17:32:17 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user