[API] User expose counters (#16167)
This commit is contained in:
parent
9469e14dc6
commit
c9d053f0ca
3 changed files with 25 additions and 0 deletions
|
@ -16345,6 +16345,17 @@
|
|||
"format": "email",
|
||||
"x-go-name": "Email"
|
||||
},
|
||||
"followers_count": {
|
||||
"description": "user counts",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "Followers"
|
||||
},
|
||||
"following_count": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "Following"
|
||||
},
|
||||
"full_name": {
|
||||
"description": "the user's full name",
|
||||
"type": "string",
|
||||
|
@ -16391,6 +16402,11 @@
|
|||
"type": "boolean",
|
||||
"x-go-name": "Restricted"
|
||||
},
|
||||
"starred_repos_count": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "StarredRepos"
|
||||
},
|
||||
"website": {
|
||||
"description": "the user's website",
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue