Closed
Description
Feature Description
Currently GET /repos/{owner}/{repo}/languages
is the only way to access this information. However, I am already calling GET /users/{username}/repos
and would like to avoid the extra request if possible. Don't need the full statistics, just name(s) would suffice.
Screenshots
No response