I am getting data from from a REST api. I need to get the output of a previous request to input into a new request.
request 1 output: [“foo”,“bar”,“fee”]
request 2a input: foo
request 2b input: bar
request 2c input: fee
Is that possible?
I am getting data from from a REST api. I need to get the output of a previous request to input into a new request.
request 1 output: [“foo”,“bar”,“fee”]
request 2a input: foo
request 2b input: bar
request 2c input: fee
Is that possible?
Hello @Uthred_Ragnorson,
What API are you using?
It might be easier to do that type of workload with the client of your choosing. What’s your home language?
Home language is golang
The API is inhouse REST API. It generated by OpenSwagger.
@Uthred_Ragnorson, Yup!