如何通过命令行使用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
 

目录
相关文章
|
9月前
|
安全 云计算
阿里云RPA(Robotic Process Automation)的Rap程序
阿里云RPA(Robotic Process Automation)的Rap程序
364 1
JRebel-JVMTI [ERROR] You’re using an incompatible ‘jrebel.jar’ with the JRebel Agent.【完美解决方案】
JRebel-JVMTI [ERROR] You’re using an incompatible ‘jrebel.jar’ with the JRebel Agent.【完美解决方案】
JRebel-JVMTI [ERROR] You’re using an incompatible ‘jrebel.jar’ with the JRebel Agent.【完美解决方案】
|
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
427 0
Appium问题解决方案(5)- selenium.common.exceptions.InvalidSelectorException: Message: Locator Strategy 'name' is not supported for this session
|
Android开发
lombok eclipse 提示 generating getters and setters failed 错误解决方案
【转载请注明出处http://blog.csdn.net/w605283073/article/details/50949104】 by 明明如月 前一段时间 需要用lombok 找到一个安装方式
194 0
lombok eclipse 提示 generating getters and setters failed 错误解决方案
|
API 网络架构
有登陆认证的情况下如何使用Wisdom RESTClient?
有登陆认证的情况下如何使用Wisdom RESTClient?
1187 0
|
Java 测试技术 Linux
使用Wisdom RESTClient如何在Linux和Mac上获取测试报告和API文档?
使用Wisdom RESTClient如何在Linux和Mac上获取测试报告和API文档?
1336 0
|
Web App开发 Ruby Python
|
SQL BI 数据安全/隐私保护