openapi-typescript icon indicating copy to clipboard operation
openapi-typescript copied to clipboard

Generate TypeScript types from OpenAPI 3 specs

Results 247 openapi-typescript issues
Sort by recently updated
recently updated
newest added

We are already using the openapi-fetch package to generate our client code for the specification. We want to establish the usage of react query too, so we're glad that you...

enhancement
openapi-react-query

## Changes Updates the types for `useInfiniteQuery` to infer the return type from the `select` option, if provided. Adds onto #2105 with recent addition of #2117. Also adds the docs...

### openapi-typescript version 7.6.1 ### Node.js version 20.17.0 ### OS + version WSL Ubuntu 22.04.1 LTS ### Description We're trying to generate a type for an update request (UpdatePet) where...

bug
openapi-ts

### openapi-typescript version 7.0.0-next.8 ### Node.js version 20 ### OS + version macOS 15.2 ### Description When separating out the required properties into its own schema, an additional type of...

bug
openapi-ts

## Changes Fixes: https://github.com/openapi-ts/openapi-typescript/issues/2156 ## Checklist - [x] Unit tests updated - [ ] `docs/` updated (if necessary) - [ ] `pnpm run update:examples` run (only applicable for openapi-typescript)

### Description Hi team! We are trying to use `openapi-metadata` in a large TypeScript project which is based on `CommonJS` (we plan to migrate to ESM at some point but...

enhancement
openapi-ts

## 🗣️ Discussion This PR is an extraction of some work that has already landed in the 8.x branch. This is my first step in porting those changes to the...

**Description** Hello, First, thanks a lot for this great library, it's very useful in one of the projects I am working on. I spent some to find the reason of...

bug
openapi-fetch

### Description Since this project already has a library for TanStack Query for React(@tanstack/react-query), it should be feasible to have an equivalent for TanStack Query for Vue(@tanskack/vue-query). ### Proposal Add...

enhancement
openapi-fetch

### Description Is there a way to change the default value when creating fetch client especially the baseUrl? `const client = createFetchClient({ baseUrl: 'some-url' })` for example, in axios, we...

enhancement
openapi-fetch