Sha256: 2f6cce7f829fa3b86ee01dee08b136d606dfeb81bc88cb9191d704d4d8b99cd0
Contents?: true
Size: 676 Bytes
Versions: 115
Compression:
Stored size: 676 Bytes
Contents
{ "consumer": { "name": "Example App" }, "provider": { "name": "Example API" }, "interactions": [ { "description": "a request for an alligator", "providerState": "there is an alligator named Mary", "request": { "method": "get", "path": "/alligators/Mary", "headers": { "Accept": "application/json" } }, "response": { "status": 200, "headers": { "Content-Type": "application/json;charset=utf-8" }, "body": { "name": "Mary" } } } ], "metadata": { "pactSpecification": { "version": "2.0.0" } } }
Version data entries
115 entries across 115 versions & 1 rubygems