Open
Description
STR
-
Install:
npm i @testquality/sdk
-
Create demo file as demo.ts:
const singleClient = new ClientSdk({
// clientId is provided when registering your app
clientId: '***ClientId***',
// clientSecret is provided when registering your app
clientSecret: '***Token***',
});
- run command:
tsc demo.ts
AR: see error:
Metadata
Assignees
Labels
No labels