Combine results from two separate REST Calls
Hi all,
I am using $.ajax to output REST data that is similar in structure across two data sources. I will be placing the data in a table. I was thinking of just appending the data from the 1st then the 2nd source. Is there any value to merge these, and if so, how would I do it?
Thanks!
Kelly