.beads
feat(bookstack-api-m6n): implement pagination iterator with iter.Seq2
2026-01-30 09:51:35 +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
feat(bookstack-api-m6n): implement pagination iterator with iter.Seq2
2026-01-30 09:51:35 +01:00
books_test.go
feat(bookstack-api-9xo): implement BooksService List and Get
2026-01-30 09:49:49 +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-9xo): implement BooksService List and Get
2026-01-30 09:49:49 +01:00
http_test.go
feat(bookstack-api-8ea): implement HTTP helper and request building
2026-01-30 09:48:01 +01:00
iterator.go
feat(bookstack-api-m6n): implement pagination iterator with iter.Seq2
2026-01-30 09:51:35 +01:00
iterator_test.go
feat(bookstack-api-m6n): implement pagination iterator with iter.Seq2
2026-01-30 09:51:35 +01:00
pages.go
feat(bookstack-api-m6n): implement pagination iterator with iter.Seq2
2026-01-30 09:51:35 +01:00
pages_test.go
feat(bookstack-api-cpg): implement PagesService List and Get
2026-01-30 09:50:18 +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
feat(bookstack-api-2x5): implement SearchService
2026-01-30 09:50:44 +01:00
search_test.go
feat(bookstack-api-2x5): implement SearchService
2026-01-30 09:50:44 +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