quarkus-openapi-generator
quarkus-openapi-generator copied to clipboard
Implement a way for finding an appropriate response to return when receiving a mock request
Currently, we're retrieving the mocked response based on the lowest status code. We need to provide a mechanism to select the appropriate response when there are multiple responses for the operation.
We can get as inspiration what https://microcks.io/ does.
@ricardozanini @hbelmiro This is being labeled as Stale.
@ricardozanini @hbelmiro This is being closed due to inactivity.