Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#user-agent-required
What part(s) of the article would you like to see updated?
Add a section for user-agent-required
Additional information
For no particular reason, try running:
curl -A '' 'https://api.github.com/'
The output is:
Request forbidden by administrative rules. Please make sure your request has a User-Agent header (https://docs.github.com/en/rest/overview/resources-in-the-rest-api#user-agent-required). Check https://developer.github.com for other possible causes.
- That first link doesn't yield an actual section in the docs.
- The second link is strange, it feels like it's ~12 years stale and didn't get the memo about https://docs.github.com.
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#user-agent-required
What part(s) of the article would you like to see updated?
Add a section for
user-agent-requiredAdditional information
For no particular reason, try running:
The output is: