rtk-query-codegen
rtk-query-codegen copied to clipboard
The codegen is now published as `@rtk-query/codegen-openapi` and the code has moved over to [the Redux Toolkit monorepo](https://github.com/reduxjs/redux-toolkit/tree/master/packages/rtk-query-codegen-openapi). As usage has changed as well, please read the documentation. ### Documentation...
I can define a custom `baseQuery` function or I can use the defaults which creates an instance of a `fetchBaseQuery` with the `baseUrl` from the OpenAPI spec. I'm wondering if...
This error is because the comment starts with `/**`, if you used `/*` instead, `eslint` does not log this as an error. I'm not sure if this is an error...
Maybe it's just me as a member of [OpenAPI-Generator](https://github.com/OpenAPITools/openapi-generator) project, but I understood this package completely wrong from the first sight. I thought it's just a wrapper of some TypeScript...
Love the generator, it is speeding up my workflow like crazy, so first off - thanks for that. I'm using a .NET Core api, that provides me with nice OpenApi...