\Iqrf\Repository Configuration

IQRF Repository API integration configuration

Summary

Methods
Properties
Constants
__construct
getApiEndpoint
getCredentials
apiEndpoint
credentials
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Properties

$apiEndpoint

$apiEndpoint : string

Type

string

$credentials

$credentials : \Iqrf\Repository\Entities\Credentials

Type

Credentials

Methods

__construct()

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

Constructor

Parameters

string $apiEndpoint

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