Closed guimard closed 5 years ago
I think you mean project()
, not projects()
(you are retrieving a single project, not many).
project()
already accepts a $project_id
.
Per https://metacpan.org/pod/GitLab::API::v4#Project-ID anywhere where a $project_id is accepted you /should/ be able to pass a path instead. Have you tried something like my $project = $api->project( $path );
?
Hello,
Thanks for writing this API. I had to write this to get a project by path:
Coud you modify
projects()
method ?Cheers, Xavier