@ptkl/sdk - v0.9.9
    Preparing search index...

    Class ComponentUtils

    Hierarchy

    • default
      • ComponentUtils
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionaloptions: { env?: string; host?: string; token?: string }

      Returns ComponentUtils

    Properties

    client: AxiosInstance
    env: null | string = null
    host: null | string = null
    token: null | string = null

    Methods

    • Parameters

      • data: any

      Returns Promise<AxiosResponse<any, any>>

    • Returns Promise<AxiosResponse<any, any>>

    • Parameters

      • client: AxiosInstance

      Returns ComponentUtils