Sha256: c763c6ce2091ac8ed636aae485ad05fbbdb178f6f321fa32f0d0b6a703594b0b

Contents?: true

Size: 673 Bytes

Versions: 124

Compression:

Stored size: 673 Bytes

Contents

{
    "_links": {
        "self": { "href": "http://example.org/pacticipants" },
        "pacticipants": [
            { "href": "http://example.org/pacticipants/Condor", "title": "Condor" }
        ]
    },
    "pacticipants" : [{
      "_links": {
          "self" : {
            "href" : "http://example.org/pacticipants/Condor"
          }
        },
      "name" : "Condor",
      "_embedded" : {
          "latest-version" : {
              "_links" : {
                  "self": {
                      "href": "http://example.org/pacticipants/Condor/versions/1.3.0"
                  }
              },
              "number" : "1.3.0"
          }
      }
    }]
}

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
pact_broker-client-1.16.1 spec/support/pacticipants_list.json
pact_broker-client-1.16.0 spec/support/pacticipants_list.json
pact_broker-client-1.15.1 spec/support/pacticipants_list.json
pact_broker-client-1.15.0 spec/support/pacticipants_list.json
pact_broker-client-1.14.1 spec/support/pacticipants_list.json
pact_broker-client-1.14.0 spec/support/pacticipants_list.json
pact_broker-client-1.13.1 spec/support/pacticipants_list.json
pact_broker-client-1.13.0 spec/support/pacticipants_list.json
pact_broker-client-1.12.0 spec/support/pacticipants_list.json
pact_broker-client-1.11.0 spec/support/pacticipants_list.json
pact_broker-client-1.10.0 spec/support/pacticipants_list.json
pact_broker-client-1.9.0 spec/support/pacticipants_list.json
pact_broker-client-1.8.0 spec/support/pacticipants_list.json
pact_broker-client-1.7.0 spec/support/pacticipants_list.json
pact_broker-client-1.6.0 spec/support/pacticipants_list.json
pact_broker-client-1.5.0 spec/support/pacticipants_list.json
pact_broker-client-1.4.0 spec/support/pacticipants_list.json
pact_broker-client-1.3.0 spec/support/pacticipants_list.json
pact_broker-client-1.2.0 spec/support/pacticipants_list.json
pact_broker-client-1.1.0 spec/support/pacticipants_list.json