/HttpInvokerIdeaPlugin

Using Http to call the specified interface in IDEA is fast and efficient.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Http Invoker IDEA Plugin

Currently only supports MAC OSX, Spring MVC framework, Chromium kernel browser.

Using Http to call the specified interface in IDEA is fast and efficient.

If you are a Java backend developer, please try this plugin.

Core Features

  1. Assemble Http Url and Method information according to configuration information and code comments.
  2. The parameters are automatically parsed to assemble the Json data structure.
  3. Support to extract cookie information under Google Chrome for interface login authentication.

Changelog

November 11, 2022

  • The new name attribute is added to the domain configuration: you can replace the domain by setting a more recognizable name. In the calling window, the original domian selection box is changed to the name selection box. When the name is not configured, the domian is used.
  • Add the specified cookie database file path configuration: some user cookie database files are not in the default path of Chrome, you can find the file and configure the specified path by yourself

Operating requirements

IDEA version must be greater than or equal to 2018.3.6

Install

Option One: Search for Java Http Call Helper in the plugin market to install

image

Option Two: Self-service build

First clone the project to the local

git clone https://github.com/threeone-wang/HttpInvokerIdeaPlugin.git

IDEA opens the project and waits for the import to complete.

Execute Task: Gradle --> intellij --> buildPlugin

The generated plugin package is in the build/distributions directory.

Option Three:Download the plugin zip package from Github

https://github.com/threeone-wang/HttpInvokerIdeaPlugin/releases/tag/1.0.0

See how IDEA installs plug-ins locally:

https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk

use

Plugin configuration

image

image-20221027142950385

interface call

image-20221027142950386

image-ca78489a