I am trying to use this Python library to do some automation. After reading the doc, I know how to access the work item and its subdirectory but there is another same level to the work item which is Documents & Pages
or wiki
as stated in the URL(https://polarion.engineering.abc.com/polarion/#/project/project_name/wiki/). I wonder if there is a way to access that.
Here is what it looks like:
I can easily access everything in Work Items
but I would also like to access Documents & Pages
to do some export. Is there any Python lib that can do that?