swagger-react-generator
v2.4.2
Published
Generate client API for React based on Swagger JSON
Downloads
515
Maintainers
Readme
swagger-react-generator
Generate client API for React based on Swagger JSON
##Usage
-I Input path to swagger.json file.
-O Output path to client api file location.
-T Template name. There are 2 templates implemented: "es6" as default and "ts".
-F Flat args. If defined then api functions will receive flat list of arguments.
-C Custom template path.