I'm trying to fetch data from an api that requires 2 strings. Below is what I have tried, but it doesn't work. Any suggestions?
Thanks!
!test Query1 Query2$(eval cur=$(query).split(' ');function conv(c1, c2) {xc=$(urlfetch https://some.api.io/latest?base=c1&symbols=c2); }conv(cur[0],cur[1]);)