seregazhuk\PinterestBot\Factories\PinterestBot::makeRequest PHP Method

makeRequest() protected static method

protected static makeRequest ( ) : Request
return seregazhuk\PinterestBot\Api\Request
    protected static function makeRequest()
    {
        $httpClient = new CurlHttpClient(new Cookies());
        return new Request($httpClient);
    }