Table of Contents
Properties
-
$curl
: object
-
$timeout
: int
-
$url
: string
Methods
-
__construct()
: mixed
-
addUsersToOrganization()
: mixed
-
createIssue()
: mixed
-
customerCreateUser()
: mixed
-
getAccountId()
: mixed
-
getIssueAguardandoCliente()
: mixed
-
getTotalIssueAguardandoCliente()
: mixed
$curl
private
object
$curl
$timeout
private
int
$timeout
$url
private
string
$url
__construct()
public
__construct([mixed $timeout = 30 ]) : mixed
Parameters
-
$timeout
: mixed
= 30
-
addUsersToOrganization()
public
addUsersToOrganization(string $account_id, string $organizationId) : mixed
Parameters
-
$account_id
: string
-
-
$organizationId
: string
-
createIssue()
public
createIssue(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
customerCreateUser()
public
customerCreateUser(string $display_name, string $email) : mixed
Parameters
-
$display_name
: string
-
-
$email
: string
-
getAccountId()
public
getAccountId(string $email) : mixed
Parameters
-
$email
: string
-
getIssueAguardandoCliente()
public
getIssueAguardandoCliente(string $email) : mixed
Parameters
-
$email
: string
-
getTotalIssueAguardandoCliente()
public
getTotalIssueAguardandoCliente(string $email) : mixed
Parameters
-
$email
: string
-