atlassian-python-api
atlassian-python-api copied to clipboard
Confluence bug: get_all_pages_from_space only loads first page
The implemented and released solution to #1547 makes the function get_all_pages_from_space useless as it always stops after the first page.
Suggested solution: Revert the change. The issue #1547 is acceptable imo or st least better than the bug.
Until the fix, the generator version of it get_all_pages_from_space_as_generator seems to do the job.