mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 00:20:50 +00:00
feat: API GET /repos/{owner}/{repo}/git/blobs
This commit is contained in:
parent
07e8684a61
commit
a4ea74020f
6 changed files with 167 additions and 7 deletions
|
@ -238,6 +238,13 @@ type swaggerGitBlob struct {
|
|||
Body api.GitBlob `json:"body"`
|
||||
}
|
||||
|
||||
// GitBlobList
|
||||
// swagger:response GitBlobList
|
||||
type swaggerGitBlobList struct {
|
||||
// in: body
|
||||
Body []api.GitBlob `json:"body"`
|
||||
}
|
||||
|
||||
// Commit
|
||||
// swagger:response Commit
|
||||
type swaggerCommit struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue