in reply to OpenAPI generator issue

If I'm reading that code right, the keys of your arguments hash should be in uppercase, ie:

my %h = (USERNAME => 'TEST_USER', PASSWORD => 'dsds');

See if that works for you?


🦛