Latest posts by munish

User Activity

Hi, I am trying to add a library in python script snap as below. But it is throwing error? import numpy Thanks
how can I convert string to json in python script snap including how to add library in pyscript?
How can I add a library in python script, when I am trying to add any library even simple like import json it is throwing error. Please advice
I am building a pipeline which need to make recurring API call and consolidate the result. But when I call the API inside py script snap then it does not return result as the API default result. I tried to use two methods of get as get.getResponseBo...
Is there any way that a Rest API snap call can be seen as curl or other format. So somebody can validate the rest api call params?