NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

feat(client): add project_languages methode #695

Closed fe80 closed 3 weeks ago

fe80 commented 1 month ago

Hello,

This feature add the support of languages endpoint of a specific project.

https://docs.gitlab.com/ee/api/projects.html#languages

fe80 commented 1 month ago

The lint fail because the module have too many line, I need to split into a new module or would you like I ignore this rubocop check for this module ?

NARKOZ commented 1 month ago

The lint fail because the module have too many line, I need to split into a new module or would you like I ignore this rubocop check for this module ?

Please ignore it.

Mohamadddddddddd commented 1 month ago

Hi

NARKOZ commented 3 weeks ago

Thank you ❤️