Skip to content

Add support for unauthenticated requests #364

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

Closed
gpocentek opened this issue Nov 4, 2017 · 1 comment
Closed

Add support for unauthenticated requests #364

gpocentek opened this issue Nov 4, 2017 · 1 comment
Milestone

Comments

@gpocentek
Copy link
Contributor

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.

@gpocentek gpocentek added this to the v1.2 milestone Nov 4, 2017
gpocentek pushed a commit that referenced this issue Nov 10, 2017
* 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
@gpocentek
Copy link
Contributor Author

Closed with e9b1583

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant