我试图实现:
curl -u "apikey:{apikey}" "{url}/{method}"
resorce:https://console.bluemix.net/apidocs/tone-analyzer
我的问题我需要做什么?我已经有了 api 密钥,例如 1234,我的 url 是https://gateway.watsonplatform.net/tone-analyzer/api
首先是什么:{method}
在上面的 cURL 请求中,我需要做什么?问题2这是正确的吗?:
curl -u "apikey:1234" "https://gateway.watsonplatform.net/tone-analyzer/api/{method}