Network
extends Endpoint
in package
Tags
Table of Contents
Constants
- PATH = '/network'
Properties
Methods
- __construct() : mixed
- get() : RemoteConfig>}
- show() : array<string|int, mixed>|null
- update() : RemoteConfig>}
Constants
PATH
protected
mixed
PATH
= '/network'
Properties
$apiKey
protected
string|null
$apiKey
$http
protected
Http
$http
Methods
__construct()
public
__construct(Http $http[, string|null $apiKey = null ]) : mixed
Parameters
- $http : Http
- $apiKey : string|null = null
get()
public
get() : RemoteConfig>}
Return values
RemoteConfig>}show()
public
show() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullupdate()
public
update(RemoteConfig>} $body) : RemoteConfig>}
Parameters
- $body : RemoteConfig>}