PATH
PATH = 'packages'
Packages path
Package manager
list(int|null $hwpid = null, int|null $hwpidVer = null, string|null $os = null, string|null $dpa = null) : \Iqrf\Repository\Entities\Package[]
Lists packages
int|null | $hwpid | HWPID |
int|null | $hwpidVer | HWPID version |
string|null | $os | IQRF OS build |
string|null | $dpa | DPA version |
Corrupted data in the API response
No packages found
IQRF Repository API is unavailable
Array of packages
get(int $id) : \Iqrf\Repository\Entities\PackageDetail
Returns the package by its ID
int | $id | Package ID |
Corrupted data in the API response
Requested package not found
IQRF Repository API is unavailable
Detailed package entity