Hey hey,
Given the Arazzo runner a spin, it's very nice so far. thanks team!
Couple of usability issues I found with the server urls in an OAD.
My use case is testing a backend api, which may be running on http or https, either locally, or deployed somewhere, so I want to be able to select 1 of multiple server urls defined in an OAD, or overwrite the url completely on the fly (effectively ignoring the server url defined in the OAD), as the url for my deployed service may not be a known url that can be defined in the OAD prior to execution
- I can only overwrite portions of the url via variables, not the full url (so I cannot change scheme from http / https)
https://github.com/jentic/arazzo-engine/blob/main/runner/README.md#example
- If there is an array of server urls, there doesn't seem to be an option to use any other url other than the first. If this was available, this would allow me to negate issue one, as I could have two server urls, parameterised, one with a http scheme, one with https.
Hey hey,
Given the Arazzo runner a spin, it's very nice so far. thanks team!
Couple of usability issues I found with the server urls in an OAD.
My use case is testing a backend api, which may be running on http or https, either locally, or deployed somewhere, so I want to be able to select 1 of multiple server urls defined in an OAD, or overwrite the url completely on the fly (effectively ignoring the server url defined in the OAD), as the url for my deployed service may not be a known url that can be defined in the OAD prior to execution
https://github.com/jentic/arazzo-engine/blob/main/runner/README.md#example