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

There is currently no easy way to invalidate queries. #1804 and #1805 together would solve this by allowing us to do it ourselves, but a built-in mechanism could also be...

enhancement
PRs welcome
openapi-react-query

## Changes - allows to specify a custom `Request` class - for more information around the motivation see #1563 - build on the foundation of #1593 ## How to Review...

## Changes close #1828 Hi @kerwanp :) I added `useInfiniteQuery()` to `openapi-react-query`. ## How to Review Any feedback is welcome. I'll review it and make updates! ## Checklist - [x]...

**Description** Defining an object using an external file $ref gives different typing outputs for schemas with keys that have defaults defined. Object keys are incorrectly marked as required/non optional if...

bug
openapi-ts

## Changes [Allow client option for custom dispatcher into fetch requests (e.g. to disable certificate validation)](https://github.com/openapi-ts/openapi-typescript/issues/1631) ## How to Review This has been discussed before under a previous PR #1636....

@drwpow, I'm taking the liberty to moving your comment to an issue so we do not lose the discussion. > Also a note—I’ve found the benchmarking to be wildly inconsistent...

enhancement
PRs welcome
openapi-fetch

**Description** Currently, the supported methods on an api created with `createClient` are 'useQuery', 'useMutation', and 'useSuspenseQuery', which doesn't capture much of what react-query can do **Proposal** Add support for some...

enhancement
openapi-fetch

I have the code with 2 api calls - one with "openapi-fetch" other with "openapi-react-query" but only "openapi-react-query" have actual error on paths that didn't exist, "openapi-fetch"generates the `Type instantiation...

enhancement
PRs welcome
good first issue
openapi-fetch

## Changes Closes #1892 ## How to Review Note that this PR also adds support for `unevaluatedItems`, which was supported in OAS 3.1.0. ## Checklist - [x] Unit tests updated...

openapi-ts

@kerwanp I think it would be useful to support `useInfiniteQuery()`. If you agree, can I work on it?

enhancement
openapi-react-query