Facebook
From Ivory Coyote, 6 Years ago, written in PHP.
Embed
Download Paste or View Raw
Hits: 209
  1. $r    = (new \GuzzleHttp\Client())->request('POST', 'http://test.pl/zapisz?api_token=as90daj9dm93amiosjd93wnfjsdnf93nwfiefdsf', [
  2.                 'headers' => ['Content-Type' => 'application/json', 'Accept' => 'application/json'],
  3.                 'body' => $data
  4.             ]
  5.         );