File "Client.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/Http/Client.php
File size: 332 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Twilio\Http;


interface Client {
    public function request(string $method, string $url,
                            array $params = [], array $data = [], array $headers = [],
                            string $user = null, string $password = null,
                            int $timeout = null): Response;
}