Evan Vandegriff

Results 2 comments of Evan Vandegriff

After reading this thread with interest wanted to ask a somewhat related question. I have an `openapitools.json` that I'm using to do my node express and typescript generation right now:...

For anyone interested in using plain JS: I created a script in my `package.json`: ``` "generate-client-api": "rm -rf client/src/gen; mkdir client/src/gen; npx @rtk-incubator/rtk-query-codegen-openapi --hooks api/inventory.yaml > client/src/gen/rtk-openapi.ts; npx -p typescript...