import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const customerResponse = await client.v1.customers.retrieve('x');console.log(customerResponse.data);
import Stigg from '@stigg/typescript';const client = new Stigg({ apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted});const customerResponse = await client.v1.customers.retrieve('x');console.log(customerResponse.data);