guzzle
This commit is contained in:
@@ -119,12 +119,6 @@ class Esi {
|
||||
}
|
||||
}
|
||||
|
||||
dd($scopes);
|
||||
|
||||
//Create string separated by %20 = space from the array of scopes
|
||||
$scopes = implode(" ", $scopesArr);
|
||||
$scopes = str_replace(" ", "%20", $scopes);
|
||||
|
||||
//Setup the new guzzle client
|
||||
$client = new Client();
|
||||
$response = $client->request('POST', 'https://login.eveonline.com/v2/oauth/token', [
|
||||
|
||||
Reference in New Issue
Block a user