Skip to content

Instantly share code, notes, and snippets.

@antweiss
Last active October 6, 2017 12:19
Show Gist options
  • Save antweiss/91a7f012f77c309425105e96908e2a01 to your computer and use it in GitHub Desktop.
Save antweiss/91a7f012f77c309425105e96908e2a01 to your computer and use it in GitHub Desktop.
{
"consumer": {
"name": "billy"
},
"provider": {
"name": "bobby"
},
"interactions": [{
"description": "Mytest",
"providerState": "User billy exists",
"request": {
"method": "POST",
"path": "/users/login",
"headers": {
"Content-Type": "application/json"
},
"body": {
"username": "billy",
"password": "issilly"
}
},
"response": {
"status": 200
}
}],
"metadata": {
"pactSpecification": {
"version": "2.0.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment