Skip to content

Commit 4d90dce

Browse files
authored
feat: Add client_id field to App (#4060)
1 parent e0f30bb commit 4d90dce

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

github/apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type AppsService service
2020
type App struct {
2121
ID *int64 `json:"id,omitempty"`
2222
Slug *string `json:"slug,omitempty"`
23+
ClientID *string `json:"client_id,omitempty"`
2324
NodeID *string `json:"node_id,omitempty"`
2425
Owner *User `json:"owner,omitempty"`
2526
Name *string `json:"name,omitempty"`

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)