XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.06k stars 258 forks source link

Add repository list language support #595

Closed GeekMasher closed 6 months ago

GeekMasher commented 6 months ago

I have added support for getting the languages of a repository. The API returns a Hashmap of the languages and the byte count of that language.

Let me know if there is anything else that I need to do to get this merged.

Love this project by the way :heart_eyes:

XAMPPRocky commented 6 months ago

Thank you for your PR, and congrats on your first contribution! 🎉