AxenAPI / axenapi-generator

AxenAPI Generator - generate code by OpenaAPI specification. Is used in AxenAPI Gradle Plugin
Apache License 2.0
6 stars 1 forks source link

Add generator for application at all #16

Open SashaVolushkova opened 5 months ago

SashaVolushkova commented 5 months ago

I want to generate application mock by the specification. Application should: 1) Read or write messages/events into brockers 2) Should work with rest interfaces, which are in specification 3) User can start generated application 4) docker image??? (Maybe)

Messages, events and responses are random generated.

This feature can be used to create mock or to test the architecture and environment.