The Engine SDK wraps the REST API in idiomatic clients. Install once, use anywhere.
bash
npm i @aeonzap/enginets
import { Aeonzap } from '@aeonzap/engine';
const az = new Aeonzap({ apiKey: process.env.AEONZAP_KEY });
await az.products.list();Node + PHP clients for the Aeonzap commerce API.
The Engine SDK wraps the REST API in idiomatic clients. Install once, use anywhere.
npm i @aeonzap/engineimport { Aeonzap } from '@aeonzap/engine';
const az = new Aeonzap({ apiKey: process.env.AEONZAP_KEY });
await az.products.list();