1.0.3 • Published 2 years ago

@silte/rtk-codegen-openapi v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

Documentation

View the RTK Query Code Generation docs