So fortunately no change is necessary, and TypeScript likes .d.ts just as much as the original .ts drwpow commented Nov 3, 2023 View reviewed changes packages/openapi-fetch/CONTRIBUTING.md This will ask if it’s a `patch`, `minor`, or `major` change ([semver](https://semver.org...
#openapi-fetch ##0.9.8 ###Patch Changes -[#1697](https://github.com/openapi-ts/openapi-typescript/pull/1697)[`e77ce50`](https://github.com/openapi-ts/openapi-typescript/commit/e77ce501e479f54fb783c19b99fa7a53a894732c)Thanks[@armandabric](https://github.com/armandabric)! - Expose...
openapi-generator
Description Basically - types are getting a NonNullable<> somewhere and I believe they shouldn't Reproduction This was tested on version 0.9.3 type TestPaths = { '/v1/test': { /** @description Start a process flow */ post: { /** @descrip...
"typescript": "~5.4.0", "vite": "^5.2.8", "vue-tsc": "^2.0.11" } } Binary file added BIN +4.19 KB packages/openapi-fetch/examples/vue-3/public/favicon.ico Binary file not shown. 46 changes: 46 additions & 0 deletions 46 packages/openapi-fetch/examples/vue-3/src/App.vue ...
Description Currently, openapi-fetch uses the method as the function name (ex: client.GET()) and there is no way to use the method as an argument. When building around openapi-fetch it requires a bit of gymnastic and manual typing to hav...
Changes A recent PR increased the weight of openapi-fetch by ~0.2kb. This is all perfectly-safe, and normal, especially with handwritten code. The size-limits check isn’t to try to get us to partic...
Changes replaces vitest-fetch-mock with msw in openapi-fetch tests (including index.bench.js) Fixes #1581 How to Review I've made an effort to keep the existing tests as close as possible to thei...
Support for OpenAPI 3.0, 2.0, JSON and YAML Generate the API Client for Fetch or Axios from an OpenAPI Specification Any questions you can askhere Examples All examples you can findhere Usage Usage: sta [options] Usage: swagger-typescript-api [options] ...
Reading an OpenAPI / Swagger YAML/JSON definition file, OpenApiClientGen generates strongly typed client API codes in C# and in TypeScript for Angular, Axios, Fetch API, Aurelia and jQuery, as well as Angular strictly typed forms. This program is based on Fonlow.TypeScriptCodeDomCore and Fon...