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.27.9 spec/support/pacticipants_list.json
pact_broker-client-1.27.8 spec/support/pacticipants_list.json
pact_broker-client-1.27.4 spec/support/pacticipants_list.json
pact_broker-client-1.27.2 spec/support/pacticipants_list.json
pact_broker-client-1.27.1 spec/support/pacticipants_list.json
pact_broker-client-1.27.0 spec/support/pacticipants_list.json
pact_broker-client-1.26.0 spec/support/pacticipants_list.json
pact_broker-client-1.25.1 spec/support/pacticipants_list.json
pact_broker-client-1.25.0 spec/support/pacticipants_list.json
pact_broker-client-1.24.0 spec/support/pacticipants_list.json
pact_broker-client-1.23.0 spec/support/pacticipants_list.json
pact_broker-client-1.22.3 spec/support/pacticipants_list.json
pact_broker-client-1.22.2 spec/support/pacticipants_list.json
pact_broker-client-1.22.1 spec/support/pacticipants_list.json
pact_broker-client-1.21.0 spec/support/pacticipants_list.json
pact_broker-client-1.20.0 spec/support/pacticipants_list.json
pact_broker-client-1.19.0 spec/support/pacticipants_list.json
pact_broker-client-1.18.0 spec/support/pacticipants_list.json
pact_broker-client-1.17.0 spec/support/pacticipants_list.json
pact_broker-client-1.16.2 spec/support/pacticipants_list.json