-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Feature request] Support organization name #89
Comments
Same for me, but profile-summary-for-github.com works with organizations quite fine |
That's odd. I will investigate it on the weekend. |
Hi, I just found the cause. In GitHub Graph API, user and organization data use different query. Organization : {
organization(login: "facebook") {
id
}
} User : {
user(login: "vn7n24fzkq") {
id
}
} You can find it in the API explorer We can add the getting organization cards feature if this is useful. What do you think? |
Yes 🙌 would be great to have this feature. Maybe use a parameter to define if the given name is a user or organization |
Good! I will add this feature. |
Any progress? |
Not started this one yet. I will add a parameter here. And some data from GitHub GraphQL API may have different formats or even not exist between user and organization, so need to do some investigation here. |
Describe the bug
My Personal GitHub Usernames are working with this but my Organisation Username is not working.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
It should display stats like other personal GitHub usernames.
Screenshots
Personal Account:
Organisation Account:
Desktop:
Smartphone:
Not Applicable
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: