mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-07 02:02:17 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -1005,6 +1005,7 @@ public interface RepositoryApi {
|
||||
* (optional)
|
||||
* @param page page number of results to return (1-based) (optional)
|
||||
* @param limit page size of results (ignored if used with 'path') (optional)
|
||||
* @param not commits that match the given specifier will not be listed. (optional)
|
||||
* @return Call<List<Commit>>
|
||||
*/
|
||||
@GET("repos/{owner}/{repo}/commits")
|
||||
@@ -1015,7 +1016,8 @@ public interface RepositoryApi {
|
||||
@retrofit2.http.Query("path") String path,
|
||||
@retrofit2.http.Query("stat") Boolean stat,
|
||||
@retrofit2.http.Query("page") Integer page,
|
||||
@retrofit2.http.Query("limit") Integer limit);
|
||||
@retrofit2.http.Query("limit") Integer limit,
|
||||
@retrofit2.http.Query("not") String not);
|
||||
|
||||
/**
|
||||
* Get an archive of a repository
|
||||
|
||||
Reference in New Issue
Block a user