Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing curl argument -I #16527

Closed
1 task done
gijswijs opened this issue Mar 25, 2022 · 0 comments · Fixed by #16528
Closed
1 task done

Missing curl argument -I #16527

gijswijs opened this issue Mar 25, 2022 · 0 comments · Fixed by #16528
Labels
content This issue or pull request belongs to the Docs Content team

Comments

@gijswijs
Copy link
Contributor

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/rest/overview/resources-in-the-rest-api#increasing-the-unauthenticated-rate-limit-for-oauth-apps

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

@gijswijs gijswijs added the content This issue or pull request belongs to the Docs Content team label Mar 25, 2022
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Mar 25, 2022
@ramyaparimi ramyaparimi removed the triage Do not begin working on this issue until triaged by the team label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content This issue or pull request belongs to the Docs Content team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants