Skip to content

Commit

Permalink
Merge pull request #6 from GioHunt/patch-1
Browse files Browse the repository at this point in the history
Update Api.php
  • Loading branch information
PetterKraabol committed Mar 14, 2017
2 parents 9597901 + 5f89d99 commit f7a6b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/API/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function __construct($token = null, $clientId = null)
// GuzzleHttp Client with default parameters.
$this->client = new Client([
'base_uri' => 'https://api.twitch.tv/kraken/',
'headers' => array('Accept' => 'application/vnd.twitchtv.v5+json')
]);
}

Expand Down

0 comments on commit f7a6b1c

Please sign in to comment.