码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-02-07 22:46:50      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:amp   文件   nbsp   帮助信息   test   blog   file   argument   work   

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?

标签:amp   文件   nbsp   帮助信息   test   blog   file   argument   work   

原文地址:https://www.cnblogs.com/witpool/p/8428526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!