-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove token-requirement on APIs that work without authentication #173
Comments
For the time being, I could remove the requirement for a token and anything that does require a token would just error out :s not the most elegant solution but until we add the proposed mapping in #104 , it would be a waste of time to implement throughout all the services. |
Please correct me if I'm wrong, but wouldn't error'ing out result in just like any request with an invalid token? aka. the implemented |
Yup! Which is still pretty clear of a message. Ill make a PR this weekend. |
* fix: Removing token requirement #173 * chore: Updating npmignore to decrease package size
It would be great to have this possibility again in the newest version. |
🚀 Issue was released in |
Some of the APIs GitLab provides are usable without a user generated token, like the
/users/:user_id/projects
path (reference):It would be awesome to use those without getting an token is mandatory error!
The text was updated successfully, but these errors were encountered: