We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e7ed04 + 408dd14 commit 711d7d5Copy full SHA for 711d7d5
api_response.go
@@ -62,6 +62,7 @@ type Repository struct {
62
Slug string `json:"slug,omitempty"`
63
ID int `json:"id,omitempty"`
64
Name string `json:"name,omitempty"`
65
+ Description string `json:"description,omitempty"`
66
ScmID string `json:"scmId,omitempty"`
67
State string `json:"state,omitempty"`
68
StatusMessage string `json:"statusMessage,omitempty"`
0 commit comments