Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 846 Bytes

File metadata and controls

executable file
·
21 lines (15 loc) · 846 Bytes

Development

Models generation based on openapi spec.

Generation

To regenerate models from openapi definition, clone latest open api definitions and use next command from the project root.

./update-models.sh

Problem solving

To solve new problems, use the generator settings (typescript, common) and templates.

Do not edit the generated files! They will be overwritten after generation!