如何通过命令行使用Wisdom RESTClient?

简介: 如何通过命令行使用Wisdom RESTClient?

Wisdom RESTClient V1.2版本开始支持命令行方式运行。

工具地址:

https://github.com/Wisdom-Projects/rest-client

使用说明:java -jar restclient-1.2.jar [-参数] [文件]

   没有指定参数将启动rest-client主界面
   
   没有指定文件将使用默认的work/http_history.json
   
   -help     打印帮助信息
   例如: java -jar restclient-1.2.jar -help
   
   -gui      启动rest-client主界面
   例如: java -jar restclient-1.2.jar -gui sample/http_history.json
   
   -apitest  测试接口
   例如: java -jar restclient-1.2.jar -apitest sample/http_history.json
   
   -apidoc   创建接口文档
   例如: java -jar restclient-1.2.jar -apidoc sample/http_history.json

The rest-client v1.2 starts to support CLI.

Usage: java -jar restclient-1.2.jar[-argument] [file]

Without argument will launch rest-client GUI

Without file will use default work/http_history.json

-help     print this help message
E.g.: java -jar restclient-1.2.jar -help

-gui      launch rest-client GUI
E.g.: java -jar restclient-1.2.jar -gui sample/http_history.json

-apitest  test API
E.g.: java -jar restclient-1.2.jar -apitest sample/http_history.json

-apidoc   create API documentation
E.g.: java -jar restclient-1.2.jar -apidoc sample/http_history.json
 

目录
相关文章
|
8月前
|
安全 云计算
阿里云RPA(Robotic Process Automation)的Rap程序
阿里云RPA(Robotic Process Automation)的Rap程序
356 1
|
6月前
|
编解码 缓存 IDE
解决IDE启动失败问题: Internal error. Please refer to com.intellij.openapi.progress.ProcessCanceledException
解决IDE启动失败问题: Internal error. Please refer to com.intellij.openapi.progress.ProcessCanceledException
125 0
|
8月前
|
网络架构
问题解决:启动Gazebo出现Error in REST request报错的问题
问题解决:启动Gazebo出现Error in REST request报错的问题
68 0
|
Web App开发 存储 JavaScript
什么是 Cypress Testing?Cypress Automation Testing 指北
什么是 Cypress Testing?Cypress Automation Testing 指北
什么是 Cypress Testing?Cypress Automation Testing 指北
|
前端开发 机器人
outdoor_flight_gazebo.launch源码阅读
在hector_quadrotor-kinetic-devel里的hector_quadrotor_demo功能包,该功能包应该是可以在gazebo中仿真无人机飞行的。里面的launch文件夹里的launch文件应该可以直接执行相应功能。
outdoor_flight_gazebo.launch源码阅读
|
SQL 缓存 搜索推荐
easy-es的出现,江湖不再需要RestHighLevelClient
今天下,ES(ElasticSearch)作为搜索服务界的扛把子,凭借其分布式、高扩展、高实时的搜索与数据分析能力,备受程序员小屁民的追捧。而ES在稳坐老大位置的同时,将Kibana和Logstash收为麾下,成立帮会:ELK,成为江湖上赫赫有名的第一大帮。
easy-es的出现,江湖不再需要RestHighLevelClient
|
测试技术
Appium问题解决方案(5)- selenium.common.exceptions.InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
Appium问题解决方案(5)- selenium.common.exceptions.InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
418 0
Appium问题解决方案(5)- selenium.common.exceptions.InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
|
API 网络架构
有登陆认证的情况下如何使用Wisdom RESTClient?
有登陆认证的情况下如何使用Wisdom RESTClient?
1184 0
|
数据库 网络架构
kbmmw 的HTTPSmartService入门
前面介绍过kbmmw 中的smartservice. 这个既可以用于kbmmw 的客户端,也可以使用http 访问。 在新版的kbmmw里面,作者加强了http 的支持,我们可以只使用HTTPSmartService ,这样可以省去很多代码,可以更方便、简单的实现REST 服务。
1719 0