Sha256: 830b0aae9911edc5d194e981fa233535642f8fdd22e905832c1261587e842f11

Contents?: true

Size: 673 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
pact_broker-client-0.0.6 spec/support/pacticipants_list.json
pact_broker-client-0.0.5 spec/support/pacticipants_list.json