Question about Twitch API

So I’m getting mixed messages about what to use to complete the assignment. On one hand they give a URL to use to avoid API key shenanigans, on the other hand they give a JSON variable to use instead of a GET command. I’m assuming the first one is probably what I need to use but I was wondering if the expectations were different.

Hardcoding the JSON data is recommended because it is easier to implement. Making an AJAX call using the supplied proxy server is totally acceptable, though. Up to you.

I’ll use the hardcoded version then, thank you for the quick response.