API Issue after

@DallasNChains ;

I have the following in my index.php

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL); 

This produced errors with something not defined in my config.php, nothing related to TwitchAPI.After resolving that it produced an erro with my Twitch API, stating curl_close($ch); is not a valid response.