Michal Pavlik

Results 4 comments of Michal Pavlik

@Nishchit14 just upload yml file in upload dialog, take examples from given openapi yml file (if provided, or generate custom payloads by properties types) and build collections with endpoints from...

@Nishchit14 for swagger example petshop openapi it works perfectly. But for my asyncapi it creates only empty collection. Here is example asyncApi for test: ```yml --- asyncapi: 2.1.0 info: title:...

@flamewow I have defined servers in nestjs application like this: ``` const asyncApiOptions = new AsyncApiDocumentBuilder() .setTitle('...') .setDescription('...') .setVersion('1.0') .setDefaultContentType('application/json') .addServer('messaging', messagesServer) .addServer('users', userServer) .addServer('system', systemServer) .addServer('notifications', notificationsServer) .build() ```...

I confirm this, have same issue :(