Skip to content

Commit

Permalink
Update basic.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Jan 28, 2025
1 parent 6cd8a65 commit 69a0bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@

// Get response
$response = new Response($request);

$body = $response->getBody(); // String
echo $body;

$data = $response->get(); // Array
var_dump($data);

Expand Down

0 comments on commit 69a0bc7

Please sign in to comment.