You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Raise exceptions when conflicting arguments are used
* Build the auth headers when instanciating Gitlab, not on each request
* Enable anonymous Gitlab objects (#364)
Add docs and unit tests
Some API requests don't require authentication (for example:
curl https://gitlab.com/api/v4/projects
).Users could have
gitlab.Gitlab
instances without authentication information.TODO: make all authentication parameters optional.
The text was updated successfully, but these errors were encountered: