【发布时间】:2017-08-18 07:50:57
【问题描述】:
我正在尝试调用 watson 个性洞察 api,环顾四周后,似乎解决方案是使 .net 等效于以下 curl 请求。我对此很陌生,想知道是否可以获得指导或指向相关教程。
curl -X POST -u "{username}:{password}"
--header "Content-Type: application/json"
--data-binary @profile
"https://gateway.watsonplatform.net/personality-insights/api/v3/profile?version=2016-10-20&consumption_preferences=true&raw_scores=true"
【问题讨论】:
标签: .net curl ibm-watson personality-insights