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.43.0 spec/support/pacticipants_list.json
pact_broker-client-1.42.0 spec/support/pacticipants_list.json
pact_broker-client-1.41.0 spec/support/pacticipants_list.json
pact_broker-client-1.40.0 spec/support/pacticipants_list.json
pact_broker-client-1.39.0 spec/support/pacticipants_list.json
pact_broker-client-1.38.3 spec/support/pacticipants_list.json
pact_broker-client-1.38.2 spec/support/pacticipants_list.json
pact_broker-client-1.38.1 spec/support/pacticipants_list.json
pact_broker-client-1.38.0 spec/support/pacticipants_list.json
pact_broker-client-1.37.1 spec/support/pacticipants_list.json
pact_broker-client-1.37.0 spec/support/pacticipants_list.json
pact_broker-client-1.36.0 spec/support/pacticipants_list.json
pact_broker-client-1.35.0 spec/support/pacticipants_list.json
pact_broker-client-1.34.0 spec/support/pacticipants_list.json
pact_broker-client-1.33.0 spec/support/pacticipants_list.json
pact_broker-client-1.32.0 spec/support/pacticipants_list.json
pact_broker-client-1.31.0 spec/support/pacticipants_list.json
pact_broker-client-1.30.0 spec/support/pacticipants_list.json
pact_broker-client-1.29.1 spec/support/pacticipants_list.json
pact_broker-client-1.29.0 spec/support/pacticipants_list.json