How to use Wisdom RESTClient via command line?

Wisdom RESTClient V1.2 version supports command line operation.

Tool address:

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
 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326124039&siteId=291194637