如何在高级休息客户端中进行以下curl请求以权衡分析

时间:2017-04-06 18:56:01

标签: curl ibm-cloud advanced-rest-client

如何使用chrome高级rest客户端插件向IBM Tradeoff分析发出以下curl请求     curl -X POST -u“{username}”:“{password}”     --header“Content-Type:application / json”     --data @ problem.json     “https://gateway.watsonplatform.net/tradeoff-analytics/api/v1/dilemmas?     find_preferable_options =真安培; generate_visualization =假“

1 个答案:

答案 0 :(得分:0)

Using Chrome Advanced Rest Client Plugin

enter image description here

在上面输入请求URL,然后选择POST方法。在Headers表单中,将Content-Type指定为application / json,并在Authorization Username&密码(您必须单击铅笔图标才能提供用户名和密码)。在原始有效负载中,输入problem.json文件的内容并单击SEND。

使用JSON内容您将获得200 OK!