openapi-react-query-codegen icon indicating copy to clipboard operation
openapi-react-query-codegen copied to clipboard

Node.js library that generates React Query (also called TanStack Query) hooks based on an OpenAPI specification file.

Results 28 openapi-react-query-codegen issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The product I'm working on is integrating in a federation of React components. See https://github.com/openshift/dynamic-plugin-sdk Which means that I can't...

wontfix

Hello, I'm looking to use `react-query` and the code gen for a project. I'd like to be able to specify on the fly in my React component the host that...

documentation
question

Hi, First of all I want to thank you for creating this great lib, it saved me a lot of hours of development. I just wanted to ask if you...

enhancement

Resolves: #137 I'm a bit unsure of how to test that it works correctly, do you have any idea´s?

- **feat: add support for new version of @heyapi and use fetch client instead of axios** - **chore: remove comment** - **chore: remove comment** - **fix: make sure to remove...

**Is your feature request related to a problem? Please describe.** ``` types: { dates: 'types+transform', }, ``` in the configuration to `@hey-api/openapi-ts` currently i think it sends `true` but I'm...

Very nice lib, thank you for spending time on this. I'm using the lib in an Expo project, where I call a Gateway application which routes requests to multiple backend...

enhancement

**Is your feature request related to a problem? Please describe.** Right now, this tool generates code that imports react-query like this: ```ts import { UseQueryResult } from "@tanstack/react-query"; ``` These...

enhancement

**Describe the bug** When running the generator command with the option `--operationId` still includes the service names in the hooks **To Reproduce** Steps to reproduce the behavior: `pnpm exec openapi-rq...

bug
good first issue

**Is your feature request related to a problem? Please describe.** Not really. I like using `ky` in my projects over axios/raw fetch/etc, and would love for it to be supported...

enhancement