\Iqrf\RepositoryConfiguration

IQRF Repository API integration configuration

Summary

Methods
Properties
Constants
__construct()
getApiEndpoint()
getCredentials()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$apiEndpoint
$credentials
N/A

Properties

$apiEndpoint

$apiEndpoint : string

Type

string — IQRF Repository API endpoint URL

$credentials

$credentials : \Iqrf\Repository\Entities\Credentials

Type

Credentials — Credentials

Methods

__construct()

__construct(string  $endpointUrl, \Iqrf\Repository\Entities\Credentials  $credentials) : mixed

Constructor

Parameters

string $endpointUrl

IQRF Repository API endpoint URL

\Iqrf\Repository\Entities\Credentials $credentials

IQRF Repository credentials

Returns

mixed —

getApiEndpoint()

getApiEndpoint() : string

Returns the IQRF Repository API endpoint URL

Returns

string —

IQRF Repository API endpoint URL

getCredentials()

getCredentials() : \Iqrf\Repository\Entities\Credentials

Returns the credentials

Returns

\Iqrf\Repository\Entities\Credentials —

Credentials