APIiAPI Inspector, a visual code extension to test REST/SOAP APIs from within visual code. The extension adds the following to VS Code
API Inspection File FormatThis extension stores all the information for testing an endpoint in a json file format with extension *.apii. The extension also provides a custom editor to handle this file in VS Code Developers can organize the test scripts for their end points as files in their workspace and use the new file editor to inspect the apis. Response from testing the endpoint will also be stored in the file. Inspection from WSDLInspections can be generated from a WSDL too. Choose the "APIi: New Inspection from WSDL" command Provide the WSDL URL Select the operations for which the inspections needs to be generated A folder is created in the current workspace with the inspections for the operations that were selected |