Skip to content

Instantly share code, notes, and snippets.

@santiycr
Created January 20, 2012 01:53
Show Gist options
  • Save santiycr/1644502 to your computer and use it in GitHub Desktop.
Save santiycr/1644502 to your computer and use it in GitHub Desktop.
Sauce REST API via CURL
curl -H "Content-Type:text/json" -s -X PUT -d '{"passed": true}' http://$USERNAME:$KEY@saucelabs.com/rest/v1/$USERNAME/jobs/$JOBID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment