Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EosHttpApi

Hierarchy

  • EosHttpApi

Index

Methods

Static authRequestEosAccessToken

Static authRequestGetDeviceIdAccessToken

  • authRequestGetDeviceIdAccessToken(clientId: string, clientSecret: string, deviceModel?: string): Promise<{ access_token: string }>
  • Parameters

    • clientId: string
    • clientSecret: string
    • deviceModel: string = ...

    Returns Promise<{ access_token: string }>

Static generateRandomDeviceModel

  • generateRandomDeviceModel(): string

Static inventoryGetForUser

  • inventoryGetForUser(accessToken: string, deploymentId: string, puid: string): Promise<any>
  • Parameters

    • accessToken: string
    • deploymentId: string
    • puid: string

    Returns Promise<any>

Constructors

constructor

  • new EosHttpApi(): EosHttpApi
  • Returns EosHttpApi

Generated using TypeDoc