hi all, can someone please tell me the broker api ...
# pactflow
m
hi all, can someone please tell me the broker api endpoints (HAL) for uploading open api specs and recording deployments? can't seem to find docs on that. Thanks! thankyou
m
Hi Milda, we haven't actually published them (either as HAL relations or docs) as there is some changes coming. We aim to publish in Q2 Can I ask what you're aiming for here? I'm assuming you can't use the CLI tools for some reason? One way to get the endpoints is to use the CLI and set it to verbose. All the queries will show there.
m
Yep we can't use the CLI tools currently, so trying to get a workaround 🙂 Wanna have a service running accepting input at all times, writing up a service wrapper for the provided api. Will run some verbose commands in the cli, thanks so much ❤️
👍 1
m
no probs. Out of interest, why can’t you use the CLI?
m
standalone ruby version too low, want something common across teams rather than individual calls that are language dependent (bit tech stach in the company), also need a running service rather than using the docker image provided to spin up pods for each request
m
standalone ruby version too low,
too low? Sorry I don’t follow
Do you mean the version of Ruby?
there is a pre-release of a late version of Ruby 👉 that might work: https://github.com/pact-foundation/pact-ruby-standalone/releases/tag/v2.0.0 There is a bug in the mock server, but if you’re just publishing pacts/provider contracts it should work I believe.
👀 1
Not sure why you need a running service to publish pacts? sorry I’m obviously confused!
m
is the update of the standalone still using the traveling ruby? or has it been ditched? as that's what was causing the security issues for us previously I believe
y
it still uses traveling ruby, just with a later ruby runtime