我尝试使用GitHub API通过我的应用搜索存储库,但每次我从我的应用发送请求时都会收到身份验证错误:
Request forbidden by administrative rules. Please make sure your request has a User-Agent header (http://developer.github.com/v3/#user-agent-required). Check https://developer.github.com for other possible causes.
我发送的发送请求是:
https://api.github.com/search/repositories?q=atom
我知道我必须提供用户名才能进行身份验证,但如何处理请求呢?我似乎没有在文档中找到它。