当前位置:网站首页>Restfultoolkitx of idea utility plug-in -- restful interface debugging
Restfultoolkitx of idea utility plug-in -- restful interface debugging
2022-06-26 22:04:00 【lwq2025】
Application scenarios
The present Restful Interface has become the mainstream ,get The request can simulate the test directly through the browser , But other types of requests , such as post, You need special tools to help .
restful The mainstream debugging work of the interface is postman, Installation is a problem , in addition , Initiate testing during development , Need to switch windows , It also reduces efficiency .
Whether in IDEA The debugging of the interface is directly realized in the interface ? It's your turn RestfulToolkitX The plug-in is out .
Mode effect
After the installation , Will be in IDEA A separate panel appears directly on the right , Will automatically search for all items resf Interface

Click the magnifying glass icon above , A separate search window opens , Fuzzy matching can be performed according to the interface path , Find the location code 
Be careful , The location here is to locate the code file , After confirmation, you can IDEA Open in , Instead of generating the request path of this interface directly to the call address under your main panel .
If you want to search the interface address, make a call , Then you need to get the focus on the main panel , Enter the search content directly , This will quickly find the interface .
And can analyze the interface , Auto fill http Method 、url Address , And an example of generating request data , Click Next send Button , You can initiate a call .
The sample code can be freely edited , as follows :
{
“appCode”: “SCS”,
“serviceCode”: “platform.message.confirm”,
“requestTime”: “2022-02-11 08:36:25”,
“sign”: “demoData”,
“data”: “{“messageId”:“1489067819836346370”}”,
“signMethod”: “MD5”
}
The calling interface is displayed directly in the new tab :
Note to save the requested test data , Plugins won't help you save .
comment
Simple and practical , You can meet resft Auxiliary development and debugging of interface , You don't have to switch windows back and forth , Recommended installation .
边栏推荐
- 同花顺注册开户有没有什么风险?安全吗?
- 如何写好测试用例以及go单元测试工具testify简单介绍
- JupyterLab 常用配置
- Can compass open an account for stock trading? Is it safe?
- Pass note 【 dynamic planning 】
- Is there any risk in opening a securities registration account? Is it safe?
- Briefly describe the model animation function of unity
- 网络爬虫2:抓取网易云音乐评论用户ID及主页地址
- VB. Net class library to obtain the color under the mouse in the screen (Advanced - 3)
- 简析攻防演练中蓝队的自查内容
猜你喜欢

leetcode:6103. 从树中删除边的最小分数【dfs + 联通分量 + 子图的值记录】

360 mobile assistant is the first to access the app signature service system to help distribute privacy and security
![leetcode:141. Circular linked list [hash table + speed pointer]](/img/19/f918f2cff9f831d4bbc411fe1b9776.png)
leetcode:141. Circular linked list [hash table + speed pointer]

经典Wide & Deep模型介绍及tensorflow 2代码实现

Yolov6: the fast and accurate target detection framework is open source

Test comparison of linear model LN, single neural network SNN, deep neural network DNN and CNN

Briefly describe the model animation function of unity

简述unity的模型动画功能

【题解】剑指 Offer 15. 二进制中1的个数(C语言)

What are the accounting elements
随机推荐
Unity3D插件 AnyPortrait 2D骨骼动画制作
[fundamentals of image processing] GUI image histogram equalization system based on MATLAB [including Matlab source code 1924]
简述unity的模型动画功能
Unity3D插件 AnyPortrait 2D骨骼動畫制作
Matrix derivation and its chain rule
美术向的Unity动画知识
如何写好测试用例以及go单元测试工具testify简单介绍
ICML2022 | Neurotoxin:联邦学习的持久后门
Implementation of collaborative filtering evolution version neuralcf and tensorflow2
Are there any risks for the top ten securities companies to register and open accounts? Is it safe?
leetcode:6103. Delete the minimum score of the edge from the tree [DFS + connected component + value record of the subgraph]
Final part of web crawler: send directional messages to 100000 Netease cloud users
[solution] sword finger offer 15 Number of 1 in binary (C language)
AI智能抠图工具--头发丝都可见
Unity: the referenced script (unknown) on this behavior is missing“
Unity布料系統_Cloth組件(包含動態調用相關)
Leetcode (763) -- dividing letter ranges
Pass note 【 dynamic planning 】
SAP Commerce Cloud 项目 Spartacus 入门
[fundamentals of image processing] GUI image curve adjustment system based on MATLAB [including Matlab source code 1923]