rest - How to use Curl to invoke a Temboo API? -


how can use curl invoke temboo api? want list of temboo apis.

below curl example given on temboo rest api webpage. i'm not sure how change correct access.

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 

changes:

  1. change user@temboo.com:test1234 email address , password on file @ temboo. e.g. toto@totomail.com:totopassword

  2. change instances of myorg temboo account name. e.g. toto.

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


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -