Hello Team, I'm working on a python connector and ...
# ask-community-for-troubleshooting
y
Hello Team, I'm working on a python connector and my base_url is
<http://api.example.com/v1/cust/{custID}/address>
I have a list of
custID
which I want to loop through my base_url. What would be the best approach to do this? any examples?