pub async fn repos_slash_list_languages(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<HashMap<String, i32>, Error<ReposSlashListLanguagesError>>
Expand description
Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.