如何通过命令行使用WisdomTool restclient?

Posted 代码之美

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过命令行使用WisdomTool restclient?相关的知识,希望对你有一定的参考价值。

WisdomTool restclient v1.2版本开始支持命令行方式运行。

工具地址:

https://github.com/wisdomtool/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
 

以上是关于如何通过命令行使用WisdomTool restclient?的主要内容,如果未能解决你的问题,请参考以下文章

使用WisdomTool RESTClient自动化测试REST API,如何取消对返回的body内容的校验?

如何使用WisdomTool REST Client定制满足您个性化需求的API文档?

使用WisdomTool RESTClient进行自动化测试,如何取消对返回的body内容的校验?对排除的JSON属性字段不做校验?

WisdomTool REST Client支持自动化测试并可以生成API文档

RESTful 接口调试分享利器 restc

如何通过命令行使用 TortoiseSVN?