Skip to content

Missing curl argument -I #16527

Closed
Closed
@gijswijs

Description

@gijswijs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions