Does anyone have any advice on something.... Im working on an app that is going to make an API call using this technique. It will return a an array of items. each item will have a URL property. When the user clicks on said item (will be displayed in cards) I need a second API call to happen to that url that came from the first call... I cant figure out how to pass that data to the api call. any advice?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Does anyone have any advice on something.... Im working on an app that is going to make an API call using this technique. It will return a an array of items. each item will have a URL property. When the user clicks on said item (will be displayed in cards) I need a second API call to happen to that url that came from the first call... I cant figure out how to pass that data to the api call. any advice?