Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 540 Bytes

File metadata and controls

18 lines (13 loc) · 540 Bytes

Development

Models generation based on openapi spec.

Enums

Instead of using enums, generator produces static constants.

2-cycle generation

  1. Generate enums as constants
  2. Generate normal models with substituted by primitive values enums

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

./update-models.sh