Commit graph

4 commits

Author SHA1 Message Date
04cf1565fa feat(bookstack-api-9at): implement Pages Delete
Add Delete() to PagesService with tests for success, 404, and 403.
2026-01-30 09:54:09 +01:00
970699afe2 feat(bookstack-api-d2c): implement Pages Create and Update
Add PageCreateRequest and PageUpdateRequest types. Implement Create()
and Update() on PagesService with proper error handling. Add tests
including bad request validation.
2026-01-30 09:53:44 +01:00
f2747adcaf feat(bookstack-api-jt9): implement pages export (Markdown, PDF)
Add doRaw() for non-JSON responses. Implement ExportMarkdown() and
ExportPDF() on PagesService returning raw bytes. Add tests.
2026-01-30 09:52:10 +01:00
5107bb8a84 feat(bookstack-api-cpg): implement PagesService List and Get
Implement PagesService.List with pagination and Get with full page
content including HTML/Markdown fields. Add mock server tests.
2026-01-30 09:50:18 +01:00