- e3fdaae: Store the original error message as GitBookAPIError.errorMessage
- 17099cf: Use fetch and a custom EventSource parsing to support node/browser/worker for streaming operations
- aadb319: Use a custom EventSource client to support Cloudflare Worker environments
- 0961cf4: Improve streaming client to support last "done" message and throw error event
- 41f811e: Update the API client with the latest OpenAPI specification and add support for streaming operations.
- d5ba3df: Update API client with latest OpenAPI spec
- 4cb31e9: Bump @gitbook/api to use the latest openAPI spec
- 46c9686: Allow passing a
userAgent
to the API client (@gitbook/api
) and set a default user-agent for all integrations
- 980a262: Update API client with latest OpenAPI spec
- d43bc17: Update api client with latest OpenAPI spec
- 73a437c: Publicly expose type for endpoint / authToken
- ad9df8e: Update API client with latest OpenAPI spec
- 5598f59: Update API client with latest OpenAPI spec
- 4e17700: Update API client with latest OpenAPI spec
- 0bcacd8: Throw error instead of Response in API client
- a63371a: Update swagger-typescript-api and fix passing signal to requests
- b0a616e: Update api client with latest OpenAPI spec (
cover
in `RevisionPageDocument)
- 7318cb3: Update API client with latest OpenAPI changes
- f358a79: Update API client with latest OpenAPI spec and pass request data to errors
- 1c45194: Update API client with latest OpenAPI spec
- 634cd65: Bump API client to use the latest spec
- 619e1e9: Update api client with latest OpenAPI spec
- 4a45acf: Update OpenAPI spec for API client to get customization API
- 1a823ae: Update API client with latest OpenAPI spec
- 531c11c: Document the @gitbook/api package and update the OpenAPI spec
- 5f9c5c9: - Bump API client to use the latest spec
- Update CLI to use the latest manifest with target support
- 2f49b3f: Bump API client to use the latest OpenAPI spec
- 4affdac: Add ContentKit support for codeblock element for input
- 691bc05: Bump API client to use the latest spec
- 0e469e0: Bump API client to use the latest spec
- d7d3f37: - Bump @gitbook/api client to use the latest Gitbook API spec
- a2d3bc3: - Bump @gitbook/api client to use the latest Gitbook API spec
- 51eca27: Bump client to use the latest gitbook API spec
- 5c68046: Output both esm and cjs for @gitbook/api
- bd01cd4: Output @gitbook/api build in ESM format
- 357eedd: Point main and types properly in package.json
- d27de5f: Publish @gitbook/api to NPM
- f0c07cb: Throw a GitBookAPIError when api is returning a non-2XX response
- 782d91b: Add new "createInstallationClient" to initialize an API client for an installation