mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Fix Issue #102: The function to Get languages used in a project is absent
This commit is contained in:
parent
2fdeb5fe99
commit
6c0a4b48ec
@ -40,6 +40,12 @@ class Projects extends BaseService {
|
||||
return RequestHelper.get(this, `projects/${pId}/forks`, options);
|
||||
}
|
||||
|
||||
languages(projectId) {
|
||||
const pId = encodeURIComponent(projectId);
|
||||
|
||||
return RequestHelper.get(this, `projects/${pId}/languages`);
|
||||
}
|
||||
|
||||
remove(projectId) {
|
||||
const pId = encodeURIComponent(projectId);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user