Aug-10-2017, 06:50 PM
Thanks for the help Buran. I got it working with a few hints from here and there.
Here is a bash script i use often
for i in
list contains a list if parameter.
What would the equivalent of this be in python?
Essentially iam trying to send a arguments from a list to a POST request in an API call
Here is a bash script i use often
for i in
cat list
;do POST /uri/$i;donelist contains a list if parameter.
What would the equivalent of this be in python?
Essentially iam trying to send a arguments from a list to a POST request in an API call