seregazhuk\PinterestBot\Api\CurlHttpClient::execute PHP Method

execute() public method

Executes curl request.
public execute ( string $url, string $postString = '', array $headers = [] ) : string
$url string
$postString string
$headers array
return string
    public function execute($url, $postString = '', array $headers = [])
    {
        return $this->init($url, $postString, $headers)->callCurl();
    }