How to pass a stored local variable to a dynamic URL
Posted: Wed Dec 26, 2012 1:17 am
Here is the URL I am calling in a service:
http://api.espn.com/v1/sports/footbal...
The # that needs to be where playerID is is stored in a tiggzi backend DB. I am calling the DB API and passing the variable to a local stored variable called playerID, but it does not seem to work. What am I doing wrong?