Szwendacz99 / BookStack-Python-exporter

Customizable script for exporting notes from BookStack through API. Export Pages, Chapters, Books, attachments and images.
MIT License
22 stars 3 forks source link

API pages listing limits results not handled properly #2

Closed Szwendacz99 closed 2 years ago

Szwendacz99 commented 2 years ago

When listing pages, books, etc, results amount is limited, so now only the first 100 will be exported. Small refactor for listing requests in exporter is needed.