Skip to content

Commit

Permalink
Exposes in API the Repo entity's Size and Isempty properties
Browse files Browse the repository at this point in the history
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
  • Loading branch information
guyzmo committed May 4, 2017
1 parent 9447dde commit a38eca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type Repository struct {
Description string `json:"description"`
Private bool `json:"private"`
Fork bool `json:"fork"`
Empty bool `json:"empty"`
Size bool `json:"size"`
Mirror bool `json:"mirror"`
HTMLURL string `json:"html_url"`
SSHURL string `json:"ssh_url"`
Expand Down

0 comments on commit a38eca4

Please sign in to comment.