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 9f613b1901 Add project documentation and beads configuration
- Added CLAUDE.md with project overview and architecture details
- Added PRD.md with product requirements
- Added AGENTS.md for agent workflow documentation
- Initialized beads issue tracking system
- Added .gitattributes for Git configuration
2026-01-30 09:38:32 +01:00
.beads Add project documentation and beads configuration 2026-01-30 09:38:32 +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 Set up Go module and project structure 2026-01-30 09:36:58 +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
go.mod Add project documentation and beads configuration 2026-01-30 09:38:32 +01:00
http.go Set up Go module and project structure 2026-01-30 09:36:58 +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

bookstack-api