mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-08 02:32:18 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -1835,7 +1835,6 @@ public interface RepositoryApi {
|
||||
* @param draft filter (exclude / include) drafts, if you dont have repo write access none will
|
||||
* show (optional)
|
||||
* @param preRelease filter (exclude / include) pre-releases (optional)
|
||||
* @param perPage page size of results, deprecated - use limit (optional)
|
||||
* @param page page number of results to return (1-based) (optional)
|
||||
* @param limit page size of results (optional)
|
||||
* @return Call<List<Release>>
|
||||
@@ -1846,7 +1845,6 @@ public interface RepositoryApi {
|
||||
@retrofit2.http.Path("repo") String repo,
|
||||
@retrofit2.http.Query("draft") Boolean draft,
|
||||
@retrofit2.http.Query("pre-release") Boolean preRelease,
|
||||
@retrofit2.http.Query("per_page") Integer perPage,
|
||||
@retrofit2.http.Query("page") Integer page,
|
||||
@retrofit2.http.Query("limit") Integer limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user