Hey everyone - Any recommendations on the best way to go about setting up a development environment for working with the twitch API? I understand that you have to register your application and actually have it hosted in order to use the API.
So far I’ve been running and testing on localhost which saves a lot of time. Is the best way to just mock twitch responses based on what’s documented in the API, or does anyone have and idea to actually test and work with these API’s while running on localhost?
Thanks!