Как в Guzle, я хочу разделить базовый URL и конечную точку < /p>
use Guzzle\Http\Client;
use Guzzle\Stream\PhpStreamRequestFactory;
$client = new Client('https://stream.twitter.com/');//base url
$request = $client->post('statuses/2',123);//end point
Подробнее здесь: https://stackoverflow.com/questions/680 ... t-api-call
Мобильная версия