Hi,
when building published REST API’s the easiest way to test these should be via the Swagger that Mendix generates. Unfortunately, most of the times there is a reaon why we can’t use it, because the Mendix Swagger is too basic.
Is is possible for Mendix to enhance the swagger functionality?
This can be done by either:
Addition: show an example for mappings based on JSON (this only seems to work for mappings from a message definition)
I really love to get a feature to either put custom documentation , yml or json . The multiple sample example response are must to have.
Addition: Support for enumerations, such that consumers know the possible values of that string.
This would indeed be very handy.