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.75.3 spec/support/pacticipants_list.json
pact_broker-client-1.75.1 spec/support/pacticipants_list.json
pact_broker-client-1.75.0 spec/support/pacticipants_list.json
pact_broker-client-1.74.0 spec/support/pacticipants_list.json
pact_broker-client-1.73.0 spec/support/pacticipants_list.json
pact_broker-client-1.72.0 spec/support/pacticipants_list.json
pact_broker-client-1.71.0 spec/support/pacticipants_list.json
pact_broker-client-1.70.0 spec/support/pacticipants_list.json
pact_broker-client-1.69.0 spec/support/pacticipants_list.json
pact_broker-client-1.68.0 spec/support/pacticipants_list.json
pact_broker-client-1.67.0 spec/support/pacticipants_list.json
pact_broker-client-1.66.1 spec/support/pacticipants_list.json
pact_broker-client-1.66.0 spec/support/pacticipants_list.json
pact_broker-client-1.65.0 spec/support/pacticipants_list.json
pact_broker-client-1.64.0 spec/support/pacticipants_list.json
pact_broker-client-1.63.0 spec/support/pacticipants_list.json
pact_broker-client-1.62.1 spec/support/pacticipants_list.json
pact_broker-client-1.62.0 spec/support/pacticipants_list.json
pact_broker-client-1.61.1 spec/support/pacticipants_list.json
pact_broker-client-1.61.0 spec/support/pacticipants_list.json