Forum Discussion

akshays's avatar
2 years ago

Making multiple http.client.request third-party API requests in a single endpoint

We are integrating a third part REST API and there is a need to make multiple calls to their endpoint. Example code:    <#assign query1 = "sampleQuery"/> <#assign resp1=http.client.request...