Sha256: cd3b35225c6a2ca8655f8c7d915e130aeb88d07ec13a2eeeb24ab7e813569a6b
Contents?: true
Size: 1.35 KB
Versions: 201
Compression:
Stored size: 1.35 KB
Contents
{ "provider": { "name": "a provider" }, "consumer": { "name": "a consumer" }, "interactions": [ { "description": "an interaction with terms", "request": { "method": "post", "path": "/path", "query": "some=thing", "headers": { "key": "a header" }, "body": { "term": { "json_class": "Pact::Term", "data": { "generate": "sunny", "matcher": { "json_class": "Regexp", "o": 0, "s": "sun" } } } } }, "response": { "status": 200, "body": { "term": { "json_class": "Pact::Term", "data": { "generate": "rainy", "matcher": { "json_class": "Regexp", "o": 0, "s": "rain" } } } } } } ] }
Version data entries
201 entries across 201 versions & 4 rubygems