I have an API that I'm trying to analyze using the desktop app on Mac which has a structure like
/command/core/get-preference?param=
where core
is the module name and the command is get-preference
.
Unfortunately, demystify seems to have decided that the command structure is /command/{command}/{param3}
and has mushed all the query parameters together when they really varying by command.
The desktop app doesn't seem to have any preferences or other controls that I can find. Is there any way to disable this behavior?