octokit / routes

machine-readable, always up-to-date GitHub REST API route specifications
MIT License
84 stars 42 forks source link

Parse response headers from examples #705

Closed gr2m closed 4 years ago

gr2m commented 4 years ago

Originally created by @zeke

developer.github.com lists some response headers like Link and Location that don't appear to be captured in the OpenAPI schema.

https://developer.github.com/v3/gists/#response

Screen Shot 2020-04-22 at 6 30 22 PM


https://developer.github.com/v3/gists/#response-6

Screen Shot 2020-04-22 at 6 31 26 PM

gr2m commented 4 years ago

done via https://github.com/octokit/routes/pull/714