Fast, type-safe fetch client for your OpenAPI schema. Only 5 kb (min). Works with React, Vue, Svelte, or vanilla JS.
npm install openapi-fetch-otel-fixThis is a fork of the original openapi-fetch library by drwpow. The original library is a great tool for generating TypeScript types from OpenAPI 3.0 definitions. However, it has some limitations and bugs that I wanted to fix.
This should be used at your own risk, as it is not as well tested as the original library.
path and requestInit instead of the request object that the original library was using. This fixes an error when OpenTelemetry is used with the client that this library generates.