Proper way to perform a helix API call Using JavaScript

Thanks for the info on the rate limiting.

I’d be looking into implicit auth. After reviewing the implicit auth flow, Since it’s a local app, I’ll just redirect to local goat and get the generated access token that way.

But question on that: when generating the request, I see the carots in the string: should the value be between them, or replace them?

client_id=<your client ID>

Does that become ```
client_id=<xxxxxxxxxxxx>

?