Sha256: 340108f7d1bc6d0e0d20f5b3ba240a09684484d30eccea79ff8a59d97d1a375d
Contents?: true
Size: 363 Bytes
Versions: 111
Compression:
Stored size: 363 Bytes
Contents
BASE_URL="http://localhost:9292" response_body=$(curl ${BASE_URL}/pacts/provider/Bar/consumer/Foo/latest) verification_url=$(echo "${response_body}" | ruby -e "require 'json'; puts JSON.parse(ARGF.read)['_links']['pb:publish-verification-results']['href']") curl -XPOST -H 'Content-Type: application/json' -d@script/foo-bar-verification.json ${verification_url}
Version data entries
111 entries across 111 versions & 1 rubygems