gitlab-bash-api
gitlab-bash-api copied to clipboard
Support API calls without setting a token
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?
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,