Hi team,
Extracting and assembling array of request from a response, this array length getting change base on the situation, Therefore how to pass the list of request to batch(requests).
Guide me on this.
Hi team,
Extracting and assembling array of request from a response, this array length getting change base on the situation, Therefore how to pass the list of request to batch(requests).
Guide me on this.
Hi @Gerard .
As mentioned in the documentation, http.batch
accepts the array of requests. So to achieve your goal, you should construct that array.
Cheers