Documentation

HTTPClient

Table of Contents

execute()  : Response
getAccessToken()  : AccessToken|null
getConfiguration()  : Configuration
getSSLCertificate()  : string|null
getWithArrayParams()  : Response
getWithOnlyPath()  : Response
postWithStringBody()  : Response
setSSLCertificate()  : void

Methods

getSSLCertificate()

public getSSLCertificate() : string|null
Return values
string|null

getWithArrayParams()

public getWithArrayParams(string $path, array<string|int, mixed> $params) : Response
Parameters
$path : string
$params : array<string|int, mixed>
Return values
Response

postWithStringBody()

public postWithStringBody(string $path, string $body[, array<string|int, mixed>|null $params = null ]) : Response
Parameters
$path : string
$body : string
$params : array<string|int, mixed>|null = null
Return values
Response

setSSLCertificate()

public setSSLCertificate(string $filePath) : void
Parameters
$filePath : string
Return values
void

Search results