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 2 months ago