1.0.3 • Published 2 years ago
@silte/rtk-codegen-openapi v1.0.3
note: This is fork of reduxjs/redux-toolkit with changes by labmorales. And some custom mods to make enums work when you use refs.
note2: Version 1.0.3 has breaking change in code generation. It removes enumNameSuffix, so now enum as generated as enumName
instead of enumNameEnum
.
Introduction
This is a utility library meant to be used with RTK Query that will generate a typed API client from an OpenAPI schema.