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?