Methods
Static authRequestEosAccessToken
-
Type parameters
-
T: "client_credentials" | "external_auth"
Parameters
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