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

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.

Results 25 openapi3-generator issues
Sort by recently updated
recently updated
newest added

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...

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...

Is it possible to configure openapi3-generator to do more logging than simply printing out 'done!'? I have a very large (but unfortunately proprietary) API spec that the generator is reporting...

The # ref are all generated inline in a table when it should be generated separately as their own tables. I have attached the openAPI json file and the generated...

This is a PR I wrote because I need to reuse a template that I already made on nunjucks It decouples templating and generator in a clean way using [jstransformer](https://github.com/jstransformers/jstransformer)....

It is an usecase to show how to add a new templating engine (here's nunjucks) and use it in a new templates collection `markdown-light`. It's based on https://github.com/fmvilas/openapi3-generator/pull/25 For now,...

Hi, I am generating code for petstore-expanded.yaml. However I found that requestBody schema is not present in router. og -o ./my-docs petstore.yaml express Kindly guide.

I use `additionalProperties` to define a dictionary as suggested [here](https://swagger.io/docs/specification/data-models/dictionaries/). When the dictionary value is object, the resulting markdown will have rows for `summaryAsHTML` , `descriptionAsHTML`, `generatedExample` with empty cells...

Thanks for this project! This line has bug in windows. Please fix it.Thanks. https://github.com/fmvilas/openapi3-generator/blob/37231cfc8fb3bfde3320bc4fcf832dc84f35ccfb/lib/generator.js#L70 Maybe can use this. `const subdir = config.root.replace(config.templates_dir, '.');`

We don't get parameters example in the Markdown template. That'd be very useful.

enhancement
help wanted
good first issue