Level 7
Is there an Exception you could post for more details?
Hello,
I'm trying to make a call to a URL using GET method and parameters, this way:
$this->call('GET', 'company', ['foo'=>'bar']);
or
$this->call('GET', 'company?foo=bar');
but either don't work. Any idea about how to do this call?
Please or to participate in this conversation.