如何使用curl调用Temboo API?我想获得所有Temboo API的列表。
以下是Temboo Rest API网页上给出的Curl示例。我不确定如何更改它以便正确访问。
curl -k --basic -u user@temboo.com:test1234 --header "Accept: application/xml" --header "Content-Type: application/xml" --header "x-temboo-domain: /myOrg/master" https://myOrg.temboolive.com:443/temboo-api/1.0/choreos
答案 0 :(得分:1)
的变化:
将user@temboo.com:test1234更改为Temboo上的电子邮件地址和密码。例如toto@totomail.com:totopassword
将myOrg的所有实例更改为您的Temboo帐户名称。例如TOTO。
curl -k --basic -u toto@totomail.com:totopassword --header"接受:application / xml" --header" Content-Type:application / xml" --header" x-temboo-domain:/ toto / master" https://toto.temboolive.com:443/temboo-api/1.0/choreos