gitlab4j-api
gitlab4j-api copied to clipboard
how to get project name by project id
I know project id and how to get project name by project id
I guess we can add to the GET request-id of the project
Something like GET /projects/:id
Saw it here https://docs.gitlab.com/ee/api/custom_attributes.html
And after there we get Project structure and can get name from there