bookstack-api is a type-safe, idiomatic Go client library for the BookStack (https://www.bookstackapp.com) API. https://www.jakoubek.net/open-source/bookstack-api/
Find a file
Oliver Jakoubek 43b8aac9a5 feat(bookstack-api-q8z): add unit tests for data types JSON unmarshaling
Verify Book, Page, and SearchResult correctly unmarshal from Bookstack
API JSON format including time.Time parsing.
2026-01-30 09:49:03 +01:00
.beads feat(bookstack-api-q8z): add unit tests for data types JSON unmarshaling 2026-01-30 09:49:03 +01:00
.gitattributes Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
.gitignore Set up Go module and project structure 2026-01-30 09:36:58 +01:00
AGENTS.md Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
books.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
bookstack.go Add validation and error handling to NewClient 2026-01-30 09:45:35 +01:00
bookstack_test.go Add validation and error handling to NewClient 2026-01-30 09:45:35 +01:00
chapters.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
CLAUDE.md Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
errors.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
errors_test.go feat(bookstack-api-vl3): add unit tests for error types and APIError 2026-01-30 09:48:32 +01:00
go.mod Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
http.go feat(bookstack-api-8ea): implement HTTP helper and request building 2026-01-30 09:48:01 +01:00
http_test.go feat(bookstack-api-8ea): implement HTTP helper and request building 2026-01-30 09:48:01 +01:00
pages.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
PRD.md Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
README.md Initial commit 2026-01-28 09:35:55 +01:00
search.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
shelves.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
types.go Set up Go module and project structure 2026-01-30 09:36:58 +01:00
types_test.go feat(bookstack-api-q8z): add unit tests for data types JSON unmarshaling 2026-01-30 09:49:03 +01:00

bookstack-api