Open
Description
Schema Inaccuracy
GET /user/repos
does not include pagination information in the returned header responses, despite taking page
/per_page
in the query.
Expected
The response should include headers containing the standard set of links to the previous, next, first and last pages.
I've found that if I manually add these to the schema I'm using that this endpoint does return the expected pagination details.