Would like to ask how to run a get request in post request's post-response #2945
-
i was trying to test a post request and use the response data to do a get request, would like to know if can run in the post request's script |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this is the code that i am trying // Handle undefined values in the response // Extract the result from the response // Extract Data from the result function runBruFile(filePath, callback) { but i am stuck on how to pass the wallet address to the function |
Beta Was this translation helpful? Give feedback.
-
ok i have tried out using axios library and it works. |
Beta Was this translation helpful? Give feedback.
ok i have tried out using axios library and it works.