- Fixed issue where every URL where called with "?" at the end.
- Fixed crash on using undo command while editing request JSON body.
This update brings "no-code" API testing. You can now do standard tests like checking the response code, JSON value from the response, etc. without scripting. - Copy/paste requests in the sidebar - Paste headers from existing requests while creating a new one.
This update brings "no-code" API testing. You can now do standard tests like checking the response code, JSON value from the response, etc. without scripting. - Copy/paste requests in the sidebar - Paste headers from existing requests while creating a new one.
- Fixed an issue where creating requests was not possible.
- Added context menus to the sidebar - You can add rows to the tables(like headers, query parameters, etc.) by double-clicking on an empty row
- Fixed minor issues
- Now you can import curl commands by dragging the command into the sidebar or on the app icon, or using the "Import" menu.
- Fixed issue, where nested dynamic values were calculated incorrectly. - Add new icons.
-- Added new dynamic value types: 1. HMAC digest algorithms for encrypting request values 2. URL encoding/decoding 3. Base64 encoding/decoding -- Added buttons to delete sessions and environments -- Delete button is now context-aware. So hitting it in the request headers view will delete a selected header. -- Added shortcuts(CMD+1, CMD+2,…) for switching between views in the sidebar