Hi, everyone.
I’m currently making an app for my friend who is having a rough time.
The gist is this:
I need to pull from both the CatAPI and YouTube API to randomly GET either an image from the CatAPI or a video from a specific YouTube channel once a button is clicked/tapped.
The consensus years ago was that REST was suitable for an API call from one endpoint and GraphQL was better for more complex queryjng. Is this still true?