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

Hello, I am using your wrapper as it is fairly complete, thanks for this. When I tried to add a label to content, I noticed that the label_names are lists...

Thanks to #16 we've got python3 support, which is great, but unfortunately it also broke support for python2. Tested on: ``` $ python3 --version Python 3.5.1 $ python2 --version Python...

Provides the following: - Vagrant instance that provides a live confluence server. - API testing against the same (partially resolves #2) - tox to manage tests and test environments -...

I have no idea if this works well (if at all) with Python 3, as I have only verified it against Python 2.6, 2.7. I (or someone else) should build...

Hello. I'm using your library in mine project, thank you for it. Could you please release current version on pypi, because right now there is an outdated version with several...

I am using python 2.6.6 and I am getting syntax error using ConfluenceAPI in file _api.py_: `NEW_CONTENT_REQUIRED_KEYS = {"type", "title", "space", "body"}` `^` `SyntaxError: invalid syntax` Python 2.6.6 doesn't know...

@yixiyangh, per your request on another issue thread, I'll see what can be done about other means of authentication. I'm opening this ticket to track my investigation.

The README should have basic usage, and all of information regarding setup. Some examples both in the docs and perhaps in code might also be nice.

enhancement

Currently API calls take and return raw dictionaries, which are _okay_ but can be improved upon. The library should be updated to include models for the various types of information...

enhancement

While impractical to add tests that verify again a real live Confluence server, responses could be recorded and played back via a testing package such as Betamax. We should do...

enhancement