This commit is contained in:
2018-11-21 22:33:32 -06:00
parent c1f0e0b1bb
commit 5c16ed550b

View File

@@ -18,6 +18,7 @@ class SeatHelper {
$guzzle = new Client([
'headers' => [
'X-Token' => 'EXXruHji5xYGO07C9W31cDjjZ0D3nPVw',
'Accept' => 'application/json',
],
]);
$data = $guzzle->request('GET', 'https://seat.warpedintentions.com/api/v2/corporation/wallet-journal/' . $corporationId);