Skip to content

Instantly share code, notes, and snippets.

@Kalimaha
Created December 9, 2017 23:21
Show Gist options
  • Select an option

  • Save Kalimaha/5c6f4618738caac446b6f8aeaef384b6 to your computer and use it in GitHub Desktop.

Select an option

Save Kalimaha/5c6f4618738caac446b6f8aeaef384b6 to your computer and use it in GitHub Desktop.
{
"provider": { "name": "Grill Chef" },
"consumer": { "name": "Sous Chef" },
"interactions": [
{
"status": "PASSED",
"providerState": "steaks are available",
"description": "a request for a steak",
"request": {
"body": { "cooking": "medium-rare" },
"path": "/steaks/",
"query": "",
"method": "POST",
"headers": []
},
"response": {
"body": { "waitingTime": 10 },
"status": 201,
"headers": []
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment