gitlab-bash-api icon indicating copy to clipboard operation
gitlab-bash-api copied to clipboard

Support API calls without setting a token

Open Malizor opened this issue 7 years ago • 1 comments

Hi,

A few read-only operations can be done via the Gitlab API without needing to be authenticated with a private token. For example, my use case here would be to list public projects on a gitlab instance, on which I don't want to have to create an account. Example on the GNOME gitlab: https://gitlab.gnome.org/api/v4/groups/8/projects

Do you think it would be a good idea to update gitlab-bash-api to support this use case?

Malizor avatar Sep 26 '18 19:09 Malizor

Hello Malizor,

Good point. I will check this point, I think it's possible to add an option to handle that kind of situations. Feel free to propose your own solution.

Regards,

cClaude avatar Sep 27 '18 13:09 cClaude