Initialization

Initialize the SDK in your project:

import { AxesConnect } from 'axes-connect-sdk';

const axesConnect = new AxesConnect({
  apiKey: 'YOUR_API_KEY',
  environment: 'production' // or 'development' for testing
});

Last updated