openapi3-generator icon indicating copy to clipboard operation
openapi3-generator copied to clipboard

Feature - Generate complete CRUD functionality with json files

Open suessmma opened this issue 5 years ago • 0 comments

Hi, I'm creating some new features to create a full functional crud-server with json data files and models from the schemas of the openapi.yaml. In Detail:

  • Automatic generation of json-data files using the example values
  • Automatic generation of models from the schemas in the yaml-files
  • Automatic generation of services for creating, updating, deleting and viewing the respective model in the corresponding json file
  • Overwriting of automatically generated files, if concrete file exists in template folder
  • Checking for mandatory fields in the Model from yaml file

If its possible to create a new branch and open a pull request with me as contributor?

Cheers!

Best,

Matthias Suessmeier

suessmma avatar Mar 25 '20 10:03 suessmma