A simple open source rest api testing tool for Jetbrains IDEAs (Marketplace)
Set up variables which can be used across all request of the same environment, add a key-value pair to the table in the "Variables" tab. A typical use-case is the base url of a rest server. To access a variables inside an input start typing two double curly brackets followed by the variable name and two closing curly brackets (E.g. "{{ baseUrl }}" ).
To better support multiple server apis the plugin supports defining multiple environments, which acts similar to projects or workspaces in Intellij. A new environment can be created by clicking the "Edit Environments" button in the environment selector in the top left corner of the plugin. Environment do not share requests, variables or authentication credentials. It is possible to choose a base url for each environment allowing to use relative request urls and omitting the typical base url variable at the start of each request.
✅ Intellij Community 2024.2 ✅ Intellij Ultimate 2024.2
You can check out the full license here