81
Views
1
Comments
Solved
pass input parameter to api
Question

here is my api i.e https://twelve-data1.p.rapidapi.com/time_series?symbol=AMZN&&interval=1day

and i wanted to pass value of  symbol and interval using local variable ?

2021-10-09 07-57-44
Stefan Weber
 
MVP
Solution

In the query string add curly braces for your variables. like this

symbol={Symbol}&interval={Interval}

This will create input parameters once you click on Finish.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.