Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.17 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.17 KB

Rest Tester Plugin

Current Version

A simple open source rest api testing tool for Jetbrains IDEAs (Marketplace)

Rest Tester Preview

Usage

  • Send and display http(s) request
  • Store defined request in a tree structure
  • Create different environments for different server.
  • Support for variables and different authentication types.
  • IntelliJ based code highlighting for the request and the result body.
  • Inline preview for web image resources
  • Environment Variables

    Variable Usage

    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 }}" ).

    Variables Tab

    Environments

    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.

    Environment Selector

    Testing

    ✅ Intellij Community 2024.2 ✅ Intellij Ultimate 2024.2


    License

    You can check out the full license here