Join Discord
Powered by
something like the below then? use GuzzleHttp\Cli...
# general-english
j
John George
07/15/2024, 12:14 AM
something like the below then? use GuzzleHttp\Client; $client = new Client([ 'headers' => [ 'Authorization' => 'Bearer ' . $token, 'Accept' => 'application/json', ] ]); $response = $client->request('GET', 'https://api.example.com/endpoint');
6
Views
Previous
Next