Skip to content

0.1.0

Pre-release
Pre-release

Choose a tag to compare

@joshuadavidthomas joshuadavidthomas released this 04 Sep 23:04

First public preview. All documented operations are authored, but authenticated response validation and Executor approval enforcement have not been tested. See SPEC.md for documentation conflicts and remaining checks.

Added

  • Unofficial OpenAPI 3.1 description of all 84 operations across the 24 public Crunchy Bridge API resource pages.
  • Modular YAML source and a standalone openapi.yaml bundle attached to GitHub releases.
  • Shared authentication, pagination, errors, request IDs, and idempotency contracts.
  • Operation metadata for sensitive, destructive, disruptive, long-running, and cost-bearing behavior. Consumers must enforce their own approval policy.
  • Strict Redocly linting, bundle checks, and Ajv validation of cross-field request constraints and provider-specific backup tokens.
  • Generated TypeScript checks through openapi-typescript/openapi-fetch and Hey API, plus executed Zod validation checks.
  • Compact anonymous observations for five public success operations and one authenticated endpoint’s 401 response.
  • MIT license.