PHP 클래스 Zendesk\API\Http

파일 보기 프로젝트 열기: zendesk/zendesk_api_client_php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$curl

공개 메소드들

메소드 설명
send ( HttpClient $client, string $endPoint, array $options = [] ) : stdClass Use the send method to call every endpoint except for oauth/tokens

메소드 상세

send() 공개 정적인 메소드

Use the send method to call every endpoint except for oauth/tokens
public static send ( HttpClient $client, string $endPoint, array $options = [] ) : stdClass
$client HttpClient
$endPoint string E.g. "/tickets.json"
$options array Available options are listed below: array $queryParams Array of unencoded key-value pairs, e.g. ["ids" => "1,2,3,4"] array $postFields Array of unencoded key-value pairs, e.g. ["filename" => "blah.png"] string $method "GET", "POST", etc. Default is GET. string $contentType Default is "application/json"
리턴 stdClass | null The response body, parsed from JSON into an object. Also returns null if something went wrong

프로퍼티 상세

$curl 공개적으로 정적으로 프로퍼티

public static $curl