Sha256: eb674fac4f9efc8fb2a7c57329b576cac53e8f596f35f262a5e88c4c46bd7aa0

Contents?: true

Size: 1.56 KB

Versions: 92

Compression:

Stored size: 1.56 KB

Contents

{
    "provider": {
        "name": "a provider"
    },
    "consumer": {
        "name": "a consumer"
    },
    "interactions": [
        {
            "description": "a request with a body and headers",
            "request": {
                "method": "get",
                "path": "/path",
                "query": "some=thing",
                "headers": {
                    "key": "a header"
                },
                "body": {
                    "key": "a body"
                }
            },
            "response": {}
        },
        {
            "description": "a request with an empty body and empty headers",
            "request": {
                "method": "get",
                "path": "/",
                "headers": {},
                "body": {}
            },
            "response": {}
        },
        {
            "description": "a response with a body and headers",
            "request": {
                "method": "get",
                "path": "/"
            },
            "response": {
                "headers": {
                    "key": "a header"
                },
                "body": {
                    "key": "a body"
                },
                "status": 200
            }
        },
        {
            "description": "a response with an empty body and empty headers",
            "request": {
                "method": "get",
                "path": "/"
            },
            "response": {
                "status": 200,
                "headers": {},
                "body": {}
            }
        }
    ]
}

Version data entries

92 entries across 92 versions & 3 rubygems

Version Path
pact-support-0.3.1 spec/support/interaction_view_model.json
pact-support-0.3.0 spec/support/interaction_view_model.json
pact-support-0.2.1 spec/support/interaction_view_model.json
pact-support-0.1.4 spec/support/interaction_view_model.json
pact-support-0.2.0 spec/support/interaction_view_model.json
pact-support-0.1.3 spec/support/interaction_view_model.json
pact-mock_service-0.2.2 spec/support/interaction_view_model.json
pact-mock_service-0.2.1 spec/support/interaction_view_model.json
pact-mock_service-0.2.0 spec/support/interaction_view_model.json
pact-1.4.0.rc4 spec/support/interaction_view_model.json
pact-support-0.1.2 spec/support/interaction_view_model.json
pact-mock_service-0.1.0 spec/support/interaction_view_model.json
pact-support-0.1.1 spec/support/interaction_view_model.json
pact-support-0.1.0 spec/support/interaction_view_model.json
pact-support-0.0.4 spec/support/interaction_view_model.json
pact-1.4.0.rc3 spec/support/interaction_view_model.json
pact-support-0.0.3 spec/support/interaction_view_model.json
pact-1.4.0.rc2 spec/support/interaction_view_model.json
pact-support-0.0.2 spec/support/interaction_view_model.json
pact-support-0.0.1 spec/support/interaction_view_model.json