haruki-sugarsun / confluenece_site_converter

Tool to fetch and apply simple converstion from Pages in Confluence. Primarily for private use.
0 stars 0 forks source link

Support API paging for fetching children pages #8

Open haruki-sugarsun opened 1 year ago

haruki-sugarsun commented 1 year ago

https://text.sickhack.net/c/616464385 shows 404 since the current implementation, https://github.com/haruki-sugarsun/confluenece_site_converter/blob/a93c5dabb6fffab9317678dffbdf1ec40dacedcb/main.ml#L333 assumes it includes all the children pages. But the default fetch size for children is 25. We should follow the next pointers to fetch all the children.