By belowed request:
https://api.github.com/repos/microsoft/vscode/contributors
I can return list of the all contributors to the project (here vscode),
vscode
but how to search for a single contributor using github query,
for example, I have a request like below:
https://api.github.com/search/issues?q=test+in+repo:microsoft/vscode&type=pr&per_page=1&page=1
and I search all issue when in body or title is keyword test(q=test), how to do this same with contributors to find one contributor via keyword?
test
thanks for any help
1.4m articles
1.4m replys
5 comments
57.0k users