mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 18:02:16 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -1627,9 +1627,10 @@ public interface RepositoryApi {
|
||||
*
|
||||
* @param owner owner of the repo (required)
|
||||
* @param repo name of the repo (required)
|
||||
* @param filepath filepath of the file to get (required)
|
||||
* @param ref The name of the commit/branch/tag. Default the repository’s default branch (usually
|
||||
* master) (optional)
|
||||
* @param filepath path of the file to get, it should be \"{ref}/{filepath}\". If there
|
||||
* is no ref could be inferred, it will be treated as the default branch (required)
|
||||
* @param ref The name of the commit/branch/tag. Default the repository’s default branch
|
||||
* (optional)
|
||||
* @return Call<File>
|
||||
*/
|
||||
@GET("repos/{owner}/{repo}/raw/{filepath}")
|
||||
@@ -1644,9 +1645,10 @@ public interface RepositoryApi {
|
||||
*
|
||||
* @param owner owner of the repo (required)
|
||||
* @param repo name of the repo (required)
|
||||
* @param filepath filepath of the file to get (required)
|
||||
* @param ref The name of the commit/branch/tag. Default the repository’s default branch (usually
|
||||
* master) (optional)
|
||||
* @param filepath path of the file to get, it should be \"{ref}/{filepath}\". If there
|
||||
* is no ref could be inferred, it will be treated as the default branch (required)
|
||||
* @param ref The name of the commit/branch/tag. Default the repository’s default branch
|
||||
* (optional)
|
||||
* @return Call<File>
|
||||
*/
|
||||
@GET("repos/{owner}/{repo}/media/{filepath}")
|
||||
|
||||
Reference in New Issue
Block a user