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.60.0 spec/support/pacticipants_list.json
pact_broker-client-1.59.0 spec/support/pacticipants_list.json
pact_broker-client-1.58.0 spec/support/pacticipants_list.json
pact_broker-client-1.57.0 spec/support/pacticipants_list.json
pact_broker-client-1.56.0 spec/support/pacticipants_list.json
pact_broker-client-1.55.0 spec/support/pacticipants_list.json
pact_broker-client-1.54.0 spec/support/pacticipants_list.json
pact_broker-client-1.53.0 spec/support/pacticipants_list.json
pact_broker-client-1.52.0 spec/support/pacticipants_list.json
pact_broker-client-1.51.2 spec/support/pacticipants_list.json
pact_broker-client-1.51.1 spec/support/pacticipants_list.json
pact_broker-client-1.51.0 spec/support/pacticipants_list.json
pact_broker-client-1.50.0 spec/support/pacticipants_list.json
pact_broker-client-1.49.0 spec/support/pacticipants_list.json
pact_broker-client-1.48.0 spec/support/pacticipants_list.json
pact_broker-client-1.47.1 spec/support/pacticipants_list.json
pact_broker-client-1.47.0 spec/support/pacticipants_list.json
pact_broker-client-1.46.0 spec/support/pacticipants_list.json
pact_broker-client-1.45.0 spec/support/pacticipants_list.json
pact_broker-client-1.44.0 spec/support/pacticipants_list.json