Tactful UCX Auth SDK
npm install @tactfulai/auth const { Configuration, initializeTactful } = require('@tactfulai/auth-sdk');
const authConfig = new Configuration({
basePath: "https://auth.eco.dev.tactful.ai/auth",
apiKey:
});
const auth = initializeTactful(authConfig);
APIs Calls
https://auth.eco.dev.tactful.ai/
const res = await auth.
# example - get user
const user = await auth.user.getUser({user_id:
To generate the SDK from latest Swagger URL execute the following commands
Check generate-api-client.sh for details on how it works.
`` bashlogin and install dependencies
npm run login
npm install