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: Full TypeScript support with type definitions
- 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)