Making Requests
New Request
To make a new request to a registered application, open the command palette and run the command "cma: New Request". You will be prompted to select an account from all accounts you have access to. Once an account is chose, all apps will be displayed for you to choose. Choosing an app will create a folder for the account under the requests
folder. The account folder will have a folder for the application and a request file.
Executing Requests
To make a rquest, open the request file, set your endpoint URL and run the cma: Execute Request
command from the command palette, or right-click and select the command from the context menu, or press Ctrl+Enter (CMD+Enter on Mac). Once the request has completed, the response will open in a new file.
To change the request type, you can alter the URL and HTTP Verb. For POST calls you can put any JSON payload into the data field.