Added OpenAPI Generator#35
Conversation
| #!/bin/bash | ||
| cd $(dirname $0) | ||
|
|
||
| ./APIGeneration/make No newline at end of file |
There was a problem hiding this comment.
Why is there an extra script for the generation? Am I missing something or could this be simplified to one script?
There was a problem hiding this comment.
I thought it makes sense to have everything generation related in an own folder and this script is just for convenience from the root folder - we can also move everything in here if you want
| brew install openapi-generator | ||
| ``` | ||
|
|
||
| Configuration can be edited in `APIGeneration/generator-config.json`, `APIGeneration/make` and `APIGeneration/.openapi-generator-ignore` |
There was a problem hiding this comment.
add instructions on how to execute the model generation
|
I think we should also exclude the generated models from the swiftlint step - this can be done in the swiftlint config file |
@fgeistert |
No description provided.