I’m connecting Apidog to a Socket.IO server. This server accepts various events, some require arguments, some do not.
Unfortunately, the Send button is grayed out unless I provide a value to Arg 1. And I’m unable to delete Arg 1 from the list. As a result, I cannot emit any events to the server that require zero arguments. If I try to pass a dummy value in as Arg 1 (e.g. an empty JSON object, or a space ’ ') the server does not recognize the event.
How can I emit an event without arguments?