-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Labels
Description
There is no option to export the whole wiki at once, is there?
I used
wiki = redmine.wiki_page.get('Foo', project_id=1)
as described in the wiki and it works great for single pages, but I want to export the whole wiki, like the functionality presented by the export button on the bottom right-hand side when sorting the wiki by "index by title".
Did I just overlooked this functionality? I tried wildcards and stuff like "/", " * ", but it did not work with
redminelib.exceptions.ResourceNotFoundError: Requested resource doesn't exist
Thanks in advance!