require('dotenv').config();import{BackEndClient}from'@eventfarm/javascript-sdk/dist/BackEndClient';import{ClientAccessToken}from'@eventfarm/javascript-sdk/dist/Rest/Client/ClientAccessToken';constclient=newBackEndClient(process.env.CLIENT_ID,process.env.CLIENT_SECRET,process.env.EMAIL,process.env.PASSWORD,process.env.AUTH_DOMAIN,process.env.API_DOMAIN,);client.useCaseFactory.Feature().ListFeatures().then((apiResponse: any)=>{console.log(apiResponse.data);}).catch(err=>{console.log(err.response.data);});Uh oh!
There was an error while loading. Please reload this page.
node
Directory actions
More options
Directory actions
More options
Latest commit
node
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
