fetch. One method per endpoint, typed from the API’s OpenAPI document, no runtime dependencies.
Quote, build, sign, submit, track
Configuration
Errors
Every API error is aBridgError carrying the API’s code, the HTTP status, details and, on 429, retryAfterMs. Codes are listed on Errors.
Methods
Every request and response type is exported:
import type { QuoteResponse, BuildStep, Transfer } from '@kernlog/bridg-sdk'.