- Model RestFul services -direct engineering-.
- Generate OpenAPI specification in json format.
- Import OpenAPI services in json format -reverse engineering-.
OpenAPI is very broad and flexible which makes that taking that specification to a model in EA is not something simple, besides the elements available for modeling are limited because we follow a simple model of classes, interfaces, operations, parameters and returns.
Therefore, we want to share a solution that helps to make these models in a simple, intuitive and productive way. In addition, we will present how the json/yaml is generated.
Also, we will present the model generated by importing an OpenAPI specification.