Install
Features
- Complete API Coverage: All Bron API endpoints are supported
- JWT Authentication: Automatic JWT generation for API requests
- Key Generation: Built-in JWK key pair generation
- Type Safety: Strongly typed Go structs for all API responses
- Code Generation: Automatic code generation from OpenAPI spec
- Testing: Comprehensive test suite
Configuration
The SDK supports the following configuration options:APIKey
: Your private JWK (required)WorkspaceID
: Your workspace ID (required)BaseURL
: API base URL (defaults to https://api.bron.org)