Class Client
A client for accessing the Angelfon API
public
|
#
__construct( string $username = null, string $password = null, string $clientId = null, string $clientSecret = null,
|
public
|
|
public
|
|
public
string
|
|
public
string
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
|
string |
ENV_USERNAME
|
#
"ANGELFON_USERNAME"
|
string |
ENV_PASSWORD
|
#
"ANGELFON_PASSWORD"
|
string |
ENV_CLIENT_ID
|
#
"ANGELFON_CLIENT_ID"
|
string |
ENV_CLIENT_SECRET
|
#
"ANGELFON_CLIENT_SECRET"
|
protected
string
|
$username
Account Username |
#
''
|
protected
string
|
$password
Account Password |
#
''
|
protected
integer
|
$clientId
App Client ID |
|
protected
string
|
$clientSecret
App Client Secret |
#
''
|
protected
|
$httpClient
HTTP Client |
|
protected
string
|
$accessToken
Angelfon API Access Token |
#
''
|
protected
|
$_api
Api domain |
#
null
|