We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://plonerestapi.readthedocs.io/en/latest/authentication.html
import requests session = requests.Session() session.auth = ('username', 'password') session.headers.update({'Accept': 'application/json'})
The text was updated successfully, but these errors were encountered:
got it, will work on it within the week
Sorry, something went wrong.
Merge pull request #40 from Jeffrey04/feature/#39/20201217-add-auth-s…
7a72111
…upport Feature/#39/20201217 add auth support
merged but i realized i forgot to update the doc
Jeffrey04
No branches or pull requests
https://plonerestapi.readthedocs.io/en/latest/authentication.html
The text was updated successfully, but these errors were encountered: