401 errors
This commit is contained in:
@@ -110,7 +110,7 @@ class Fleet {
|
|||||||
//Crate the ESI Class
|
//Crate the ESI Class
|
||||||
$esi = new Eseye($authentication);
|
$esi = new Eseye($authentication);
|
||||||
|
|
||||||
dd($esi);
|
dd($config);
|
||||||
try {
|
try {
|
||||||
//Setup the body of the esi message and perform the call
|
//Setup the body of the esi message and perform the call
|
||||||
$esi->setBody(['character_id' => $charId,
|
$esi->setBody(['character_id' => $charId,
|
||||||
|
|||||||
10
config/esi.php
Normal file
10
config/esi.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'esi' => [
|
||||||
|
'client_id' => env('ESI_CLIENT_ID'),
|
||||||
|
'secret' => env('ESI_SECRET_KEY'),
|
||||||
|
'useragent' => env('ESI_USERAGENT'),
|
||||||
|
'callback' => env('ESI_CALLBACK_URI'),
|
||||||
|
]
|
||||||
|
];
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user