@@ -48,6 +48,9 @@ |
||
48 | 48 | return json_decode($response->getBody(), true); |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param string $token |
|
53 | + */ |
|
51 | 54 | protected function getUserNameByToken($token) |
52 | 55 | { |
53 | 56 | $response = $this->getHttpClient()->get('https://api.hitbox.tv/userfromtoken/'.$token); |