PowerShellForGitHub
PowerShellForGitHub copied to clipboard
Search users by email
Is there a way to search an user by email ?
(something possible, without autentication, with Get-GitHubUser -in 'email' -Keywords '[email protected] of https://github.com/MathieuBuisson/PSGithubSearch )
Hi @scatenag,
That works on top of the Search API Endpoint which we do not currently have implemented (see #70 for the current list of what is supported/not supported).
It's good to see that there is some existing work out there already to support that scenario. If anyone is interested in trying to build over that support to work on top of the framework we already have built in this project, we'd be all for it.