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/
- NewClient now returns (*Client, error) instead of *Client - Validate that BaseURL, TokenID, and TokenSecret are non-empty - Strip trailing slash from BaseURL - Add comprehensive unit tests for NewClient |
||
|---|---|---|
| .beads | ||
| .gitattributes | ||
| .gitignore | ||
| AGENTS.md | ||
| books.go | ||
| bookstack.go | ||
| bookstack_test.go | ||
| chapters.go | ||
| CLAUDE.md | ||
| errors.go | ||
| go.mod | ||
| http.go | ||
| pages.go | ||
| PRD.md | ||
| README.md | ||
| search.go | ||
| shelves.go | ||
| types.go | ||