import CompaniesSocial from '@alloy.rest/companies.social';const client = new CompaniesSocial({ apiKey: process.env['COMPANIES_SOCIAL_API_KEY'], // This is the default and can be omitted});const whoami = await client.whoami.retrieve();console.log(whoami.id);
import CompaniesSocial from '@alloy.rest/companies.social';const client = new CompaniesSocial({ apiKey: process.env['COMPANIES_SOCIAL_API_KEY'], // This is the default and can be omitted});const whoami = await client.whoami.retrieve();console.log(whoami.id);