PythonConfluenceAPI icon indicating copy to clipboard operation
PythonConfluenceAPI copied to clipboard

A Pythonic API wrapper over the Confluence REST API.

Results 20 PythonConfluenceAPI issues
Sort by recently updated
recently updated
newest added

Allow the user to disable SSL certificate verification

I noticed that the library only supports Python3 and not python3{1-6}. There's also a PR already for this. https://github.com/pushrodtechnology/PythonConfluenceAPI/pull/27 Any plans on merging?

Hello, I have read the API documentation and I have a question. I have a page created in Confluence and I have found this page over PythonConfluenceAPI. How can I...

# Interface ``` get_content(content_type='blogpost') ``` # err msg ![image](https://user-images.githubusercontent.com/8609329/34099077-6eb48c1e-e419-11e7-82da-1c55aecbc6ed.png)

python3.6 doesn't have future so add try&except

Hi, I'm using update_attachment to upload a new version of an image attachment. I can upload the file, but when I include the comments or minorEdit in the attachment metadata,...

# pip install -r requirements.txt Double requirement given: future=0.15.2 (from -r requirements.txt (line 9)) (already in future>=0.15.2 (from -r requirements.txt (line 5)), name='future')

The Confluence REST API seemingly supports converting from wiki format to (at least) their storage format. However, the function `convert_contentbody_to_new_type` disallows old_representation to be `'wiki'`, as it looks like it...

It appears when I pass a list of dictionaries to `create_new_attachment_by_content_id` I get an assertion error when the request is built. The structure of the list is: `[{'file': file1}, {'file':...

Pretty much if you have SSO/SAML, you end up with a redirect page.. You can use "?os_authType=basic" to help. https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/rest-and-os_authtype Just noting this as an issue, I'll try to come...