Browse code

removed Telnyx Plivo Twilio Flowroute appinfo/info.xml appinfo/signature.json README.md lib/Controller/AuthorApiController.php

DoubleBastionAdmin authored on 20/08/2022 16:26:33
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\HttpClient;
4
-
5
-interface ClientInterface
6
-{
7
-    /**
8
-     * @param string $method The HTTP method being used
9
-     * @param string $absUrl The URL being requested, including domain and protocol
10
-     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
-     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
-     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
-     *                         CurlFile)
14
-     *
15
-     * @throws \Telnyx\Error\Api
16
-     * @throws \Telnyx\Error\ApiConnection
17
-     * @return array An array whose first element is raw request body, second
18
-     *    element is HTTP status code and third array of HTTP headers.
19
-     */
20
-    public function request($method, $absUrl, $headers, $params, $hasFile);
21
-}
Browse code

added appinfo/signature.json Telnyx Twilio Flowroute

DoubleBastionAdmin authored on 19/08/2022 13:10:24
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Telnyx\HttpClient;
4
+
5
+interface ClientInterface
6
+{
7
+    /**
8
+     * @param string $method The HTTP method being used
9
+     * @param string $absUrl The URL being requested, including domain and protocol
10
+     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
+     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
+     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
+     *                         CurlFile)
14
+     *
15
+     * @throws \Telnyx\Error\Api
16
+     * @throws \Telnyx\Error\ApiConnection
17
+     * @return array An array whose first element is raw request body, second
18
+     *    element is HTTP status code and third array of HTTP headers.
19
+     */
20
+    public function request($method, $absUrl, $headers, $params, $hasFile);
21
+}
Browse code

removed appinfo/signature.json and Telnyx

DoubleBastionAdmin authored on 19/08/2022 12:45:59
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\HttpClient;
4
-
5
-interface ClientInterface
6
-{
7
-    /**
8
-     * @param string $method The HTTP method being used
9
-     * @param string $absUrl The URL being requested, including domain and protocol
10
-     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
-     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
-     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
-     *                         CurlFile)
14
-     *
15
-     * @throws \Telnyx\Error\Api
16
-     * @throws \Telnyx\Error\ApiConnection
17
-     * @return array An array whose first element is raw request body, second
18
-     *    element is HTTP status code and third array of HTTP headers.
19
-     */
20
-    public function request($method, $absUrl, $headers, $params, $hasFile);
21
-}
Browse code

added appinfo/signature.json and Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:38:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Telnyx\HttpClient;
4
+
5
+interface ClientInterface
6
+{
7
+    /**
8
+     * @param string $method The HTTP method being used
9
+     * @param string $absUrl The URL being requested, including domain and protocol
10
+     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
+     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
+     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
+     *                         CurlFile)
14
+     *
15
+     * @throws \Telnyx\Error\Api
16
+     * @throws \Telnyx\Error\ApiConnection
17
+     * @return array An array whose first element is raw request body, second
18
+     *    element is HTTP status code and third array of HTTP headers.
19
+     */
20
+    public function request($method, $absUrl, $headers, $params, $hasFile);
21
+}
Browse code

removed Telnyx directory

DoubleBastionAdmin authored on 19/08/2022 11:12:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,21 +0,0 @@
1
-<?php
2
-
3
-namespace Telnyx\HttpClient;
4
-
5
-interface ClientInterface
6
-{
7
-    /**
8
-     * @param string $method The HTTP method being used
9
-     * @param string $absUrl The URL being requested, including domain and protocol
10
-     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
-     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
-     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
-     *                         CurlFile)
14
-     *
15
-     * @throws \Telnyx\Error\Api
16
-     * @throws \Telnyx\Error\ApiConnection
17
-     * @return array An array whose first element is raw request body, second
18
-     *    element is HTTP status code and third array of HTTP headers.
19
-     */
20
-    public function request($method, $absUrl, $headers, $params, $hasFile);
21
-}
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:47:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+<?php
2
+
3
+namespace Telnyx\HttpClient;
4
+
5
+interface ClientInterface
6
+{
7
+    /**
8
+     * @param string $method The HTTP method being used
9
+     * @param string $absUrl The URL being requested, including domain and protocol
10
+     * @param array $headers Headers to be used in the request (full strings, not KV pairs)
11
+     * @param array $params KV pairs for parameters. Can be nested for arrays and hashes
12
+     * @param boolean $hasFile Whether or not $params references a file (via an @ prefix or
13
+     *                         CurlFile)
14
+     *
15
+     * @throws \Telnyx\Error\Api
16
+     * @throws \Telnyx\Error\ApiConnection
17
+     * @return array An array whose first element is raw request body, second
18
+     *    element is HTTP status code and third array of HTTP headers.
19
+     */
20
+    public function request($method, $absUrl, $headers, $params, $hasFile);
21
+}