confluence-python-lib
confluence-python-lib copied to clipboard
A python library wrapping the Confluence REST API
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623)...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. pytest 8.0.0 (2024-01-27) See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!...
Quite a simple addition that allows the anecestor list to be provided as a list of content ids.
Hello, I want to have the URL for the end-user to be able to click to the Wiki page. Seems the info is in _links.webui, but cannot retrieve that on...
The builds timeout because the confluence instance we spin up isn't responding.
While I don't really have a strong opinion on tests being *installed* when installing a package, I do mind when they get installed as a top-level package in my `site-packages`!...
Confluence markup is easier to work with in some cases. When posting markup content to Confluence, the representation has to be set to `'wiki'`. confluence-python-lib hardcodes the representation to `'storage'`....
When paginating through the `confluence.client.Confluence.get_content()` method I am running into a `KeyError` when trying to fetch the `title` field from a content response. The rest of the fields in content...