kanboard-api is a type-safe, idiomatic Go client library for the Kanboard (https://kanboard.org) API.
https://www.jakoubek.net/open-source/kanboard-api/
Add direct client methods for project/board operations: - GetAllProjects(ctx) - list all accessible projects - GetProjectByID(ctx, projectID) - get project by ID - GetProjectByName(ctx, name) - get project by name All methods: - Use context for cancellation support - Return ErrProjectNotFound when project doesn't exist - Properly wrap errors with context Closes: kanboard-api-apl |
||
|---|---|---|
| .beads | ||
| .gitattributes | ||
| .gitignore | ||
| AGENTS.md | ||
| auth.go | ||
| auth_test.go | ||
| client.go | ||
| client_test.go | ||
| errors.go | ||
| errors_test.go | ||
| go.mod | ||
| jsonrpc.go | ||
| jsonrpc_test.go | ||
| projects.go | ||
| projects_test.go | ||
| tags.go | ||
| tags_test.go | ||
| timestamp.go | ||
| timestamp_test.go | ||
| types.go | ||
| types_test.go | ||