Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query user pronouns? #3487

Closed
tayloraswift opened this issue Mar 22, 2024 · 2 comments
Closed

query user pronouns? #3487

tayloraswift opened this issue Mar 22, 2024 · 2 comments

Comments

@tayloraswift
Copy link

it appears that the REST API for returning user profiles does not include the user’s pronouns as specified on the public profile. the use case is to allow software that integrates with GitHub to import user pronouns from a GitHub profile instead of prompting for it separately.

{
  "login": "tayloraswift",
  "id": 2556986,
  "node_id": "MDQ6VXNlcjI1NTY5ODY=",
  "avatar_url": "https://avatars.githubusercontent.com/u/2556986?v=4",
  "gravatar_id": "",
  "url": "https://api.github.com/users/tayloraswift",
  "html_url": "https://github.com/tayloraswift",
  "followers_url": "https://api.github.com/users/tayloraswift/followers",
  "following_url": "https://api.github.com/users/tayloraswift/following{/other_user}",
  "gists_url": "https://api.github.com/users/tayloraswift/gists{/gist_id}",
  "starred_url": "https://api.github.com/users/tayloraswift/starred{/owner}{/repo}",
  "subscriptions_url": "https://api.github.com/users/tayloraswift/subscriptions",
  "organizations_url": "https://api.github.com/users/tayloraswift/orgs",
  "repos_url": "https://api.github.com/users/tayloraswift/repos",
  "events_url": "https://api.github.com/users/tayloraswift/events{/privacy}",
  "received_events_url": "https://api.github.com/users/tayloraswift/received_events",
  "type": "User",
  "site_admin": false,
  "name": "taylorswift",
  "company": null,
  "blog": "swiftinit.org",
  "location": "usa",
  "email": null,
  "hireable": true,
  "bio": "dianna",
  "twitter_username": null,
  "public_repos": 64,
  "public_gists": 21,
  "followers": 202,
  "following": 56,
  "created_at": "2012-10-14T12:24:33Z",
  "updated_at": "2024-03-22T02:07:37Z"
}
@xmo-odoo
Copy link

xmo-odoo commented Apr 4, 2024

Aside from the limited interaction on this repo I don't think that's in scope: this repository is for the OpenAPI documentation of the Github API, it's not for the API itself. If you want to request github features you should probably use https://github.com/orgs/community/discussions or submit a support ticket.

@shiftkey
Copy link
Member

Seconding what @xmo-odoo said, this repository is for feedback about the existing documentation of the API.

@shiftkey shiftkey closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants