IQRF OS & DPA service

Hierarchy

  • OsDpaService

Constructors

Properties

Methods

Constructors

  • Constructs company service

    Parameters

    • axiosInstance: AxiosInstance

      Axios instance

    Returns OsDpaService

Properties

axiosInstance: AxiosInstance

Axios instance

Methods

  • Lists all IQRF OS & DPA versions

    Parameters

    • __namedParameters: {
          dpaAttributes?: null | OsDpaAttributes;
          dpaVersion?: null | string;
          osAttributes?: null | OsDpaAttributes;
          osBuild?: null | string;
      } = {}

      IQRF OS & DPA request parameters

      • Optional dpaAttributes?: null | OsDpaAttributes

        DPA attributes

      • Optional dpaVersion?: null | string

        DPA version

      • Optional osAttributes?: null | OsDpaAttributes

        IQRF OS attributes

      • Optional osBuild?: null | string

        IQRF OS build

    Returns Promise<OsDpa[]>

    IQRF OS & DPA versions

Generated using TypeDoc