You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/reposdoesn't give the results shown in the documentation directly below.That's because the command is missing the argument
-Ifor showing the header of the response.Additional information
No response