Sha256: 799f9a38ea8b243857b3f7d50f1d2d8d7f8436622fb892e239c021d1374eb546
Contents?: true
Size: 565 Bytes
Versions: 79
Compression:
Stored size: 565 Bytes
Contents
{ "provider": { "name": "Some <h1>Provider</h1>" }, "consumer": { "name": "Some <h1>Consumer</h1>" }, "interactions": [ { "description": "a request for <h1>alligators</h1> in France", "provider_state": "<h1>alligators</h1> exist", "request": { "method": "get", "path": "/alligators" }, "response": { "headers" : {"Content-Type": "application/json"}, "status" : 200, "body" : { "alligators": [{ "name": "Bob" }] } } } ] }
Version data entries
79 entries across 79 versions & 1 rubygems