Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
The command $ curl -u my_client_id:my_client_secret https://api.github.com/user/repos
doesn't give the results shown in the documentation directly below.
HTTP/2 200
Date: Mon, 01 Jul 2013 17:27:06 GMT
x-ratelimit-limit: 5000
x-ratelimit-remaining: 4966
x-ratelimit-reset: 1372700873
That's because the command is missing the argument -I
for showing the header of the response.
Additional information
No response