Add a top language(s) field to Repository
#18395
Labels
modifies/api
This PR adds API routes or modifies them
Milestone
Repository
#18395
Feature Description
Currently
GET /repos/{owner}/{repo}/languages
is the only way to access this information. However, I am already callingGET /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
The text was updated successfully, but these errors were encountered: