Sha256: 65cc5db8bf2de8bba92a63d4fc017191e3e2cb98b3aefab51d014abb7b44783a

Contents?: true

Size: 519 Bytes

Versions: 45

Compression:

Stored size: 519 Bytes

Contents

{
  "consumer": {
    "name": "Foo"
  },
  "provider": {
    "name": "Bar"
  },
  "interactions": [
    {
      "description": "an example request",
      "providerState": "a provider state",
      "request": {
        "method": "GET",
        "path": "/",
        "headers": {
        }
      },
      "response": {
        "status": 200,
        "headers": {
          "Content-Type": "application/hal+json"
        }
      }
    }
  ],
  "metadata": {
    "pactSpecification": {
      "version": "2.0.0"
    }
  }
}

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
pact_broker-client-1.43.0 spec/fixtures/foo-bar.json
pact_broker-client-1.42.0 spec/fixtures/foo-bar.json
pact_broker-client-1.41.0 spec/fixtures/foo-bar.json
pact_broker-client-1.40.0 spec/fixtures/foo-bar.json
pact_broker-client-1.39.0 spec/fixtures/foo-bar.json