Skip to content

Instantly share code, notes, and snippets.

@lwoodson
Created April 7, 2017 21:59
Show Gist options
  • Save lwoodson/b135294a2458e1af76b6d01da8aed2cb to your computer and use it in GitHub Desktop.
Save lwoodson/b135294a2458e1af76b6d01da8aed2cb to your computer and use it in GitHub Desktop.
./integration $ export SODEXO=sodexo.uat.us-east-1.nexus.bazaarvoice.com
./integration $ export SODEXO_API=${SODEXO}/api/v1
./integration $ http POST ${SODEXO_API}/job taskId=92f6c2dd-0ba4-49f7-863a-79424003f591
HTTP/1.1 200 OK
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
Date: Fri, 07 Apr 2017 21:57:55 GMT
transfer-encoding: chunked
{
"active": false,
"id": "41615671-1bdd-11e7-bb04-0a6ad78dde1a",
"status": "created"
}
./integration $ http GET ${SODEXO_API}/job/41615671-1bdd-11e7-bb04-0a6ad78dde1a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment