PATH
PATH = 'dpa'
DPA versions path
DPA versions manager
list(\Iqrf\Repository\Entities\OsDpaAttributes|null $attributes = null) : \Iqrf\Repository\Entities\Dpa[]
Lists all DPA versions
\Iqrf\Repository\Entities\OsDpaAttributes|null | $attributes | DPA version attributes |
Corrupted data in the API response
No DPA versions found
IQRF Repository API is unavailable
DPA versions
get(string $version) : \Iqrf\Repository\Entities\Dpa
Returns DPA version
string | $version | DPA version |
Corrupted data in the API response
Requested DPA version not found
IQRF Repository API is unavailable
DPA version
parseResponse(array{version: string, attributes: int, downloadPath: string}[] $response) : \Iqrf\Repository\Entities\Dpa[]
Parses the JSON API response
array{version: string, attributes: int, downloadPath: string}[] | $response | JSON API response |
DPA versions