如何使用卷发调用Temboo API



如何使用卷曲来调用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

更改:

  1. 更改user@temboo.com:test1234到temboo上文件的电子邮件地址和密码。例如toto@totomail.com:totopassword

  2. 将Myorg的所有实例更改为您的Temboo帐户名称。例如toto。

    curl -k -k-basic -u toto@totomail.com:totopassword - -header" accept:application/xml" - -header" content-type:application/xml" - -header" - -header" x-temboo-domain:x-temboo-domain:/toto/master" https://toto.temboolive.com:443/temboo-api/1.0/choreos

最新更新