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

Add support for the endpoint for searching users #385

Open
bilal-fazlani opened this issue Mar 24, 2020 · 1 comment
Open

Add support for the endpoint for searching users #385

bilal-fazlani opened this issue Mar 24, 2020 · 1 comment
Assignees

Comments

@bilal-fazlani
Copy link

Given public email address of a commit author, I want to be able to fetch user information such as avatar url. The current getUser api accepts only username which I don't have. I need to be able to search users by their email address. Github seems to support that https://help.github.com/en/github/searching-for-information-on-github/searching-users
I was wondering if that support is present in this library. I could not find it in the documentation.

@BenFradet
Copy link
Contributor

It's not supported at the moment, we would have to support this endpoint: https://developer.github.com/v3/search/#search-users.

@BenFradet BenFradet changed the title Is there a way to search Users using the search api? Add support for the endpoint for searching users Mar 24, 2020
@anthony2025 anthony2025 self-assigned this Jan 14, 2021
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