Created
December 9, 2017 23:21
-
-
Save Kalimaha/5c6f4618738caac446b6f8aeaef384b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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