-
Notifications
You must be signed in to change notification settings - Fork 691
Confluence v2 implementation #1523
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
base: master
Are you sure you want to change the base?
Confluence v2 implementation #1523
Conversation
…ronment variable loading for test scripts
…mments_example.py
print("Test 1: Search with simple query") | ||
query = "test" | ||
response = requests.get( | ||
f"{CONFLUENCE_URL}/wiki/api/v2/search", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can not find this endpoint in the docs (https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#about) and it also does not work for my instance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me check it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed
Can someone comment on the the status of this ticket, vs seemingly similar work in #1522? Is this, or the other MR, required for this library to actually support Confluence Cloud servers that are deployed with the v2 REST API? Without this work, is this library not usable in that context? |
only Confluence v2