OpenAPI Generator #37
Added command make api
which executes 3 subcommands for generating, merging and cleaning api files. Each command can be called separately as well:
-
make api.gen
generate files according to./schemas/openapi-engine.yaml
and save output in./swagger_codegen_out
-
make api.merge
rungit merge-file
on all files incontrollers
,models
andtests
-
make api.clean
remove auto-generated directory./swagger_codegen_out
@david Not sure if there’s a better merging approach - should we keep it?