Méthode | Description | |
---|---|---|
sendRequest ( string $method, string $url, array | string $data = [], string $endpoint, chobie\Jira\Api\Authentication\AuthenticationInterface $credential, boolean $is_file = false, boolean $debug = false ) : array | string | Sends request to the API server. |
public sendRequest ( string $method, string $url, array | string $data = [], string $endpoint, chobie\Jira\Api\Authentication\AuthenticationInterface $credential, boolean $is_file = false, boolean $debug = false ) : array | string | ||
$method | string | Request method. |
$url | string | URL. |
$data | array | string | Request data. |
$endpoint | string | Endpoint. |
$credential | chobie\Jira\Api\Authentication\AuthenticationInterface | Credential. |
$is_file | boolean | This is a file upload request. |
$debug | boolean | Debug this request. |
Résultat | array | string |