Hello,
I am making an API call, and it successfully goes through and returns data.
How do I use this data?
In my instance, it is returns image URL’s and I want to show these image URL’s on my page, but don’t know how to access the returned data to show these images in an element.
Thanks.