Client id question

Quick question that after a bit of googling i couldn’t find the answer to. Bit of background, I’m using twitch api for a website I’m working and trying to reduce load on the server end. Is it safe to do api queries in javascript most likely using ajax or should i do all my api stuff in php? Was wondering mainly if the client id can be made public or not.

Thanks Tog

Employ caching on your server to avoid duplicate requests you just made?

What ever works best for you and keeps to the Rate limits of Helix (as documented) or Kraken (don’t over spam it)

ClientID’s are basically public.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.