This package has been moved to 'acodeai'. Please use 'npm install acodeai' instead.
npm install athena-sdkbash
Old (deprecated)
npm install athena-sdk
New (recommended)
npm install acodeai
`
$3
`javascript
// Old
import athena from 'athena-sdk';
const client = new athena.AthenaClient({ apiKey: 'your_api_key' });
// New
import acodeai from 'acodeai';
const jema = new acodeai.JemaClient({ apiKey: 'your_api_key' });
const athena = new acodeai.AthenaClient({ apiKey: 'your_api_key' });
`
Why the Change?
The athena-sdk package has been merged with jema-ai into a unified acodeai SDK for better developer experience and consistency.
Support
- Documentation: https://docs.mkmlife.com/sdk/nodejs
- GitHub: https://github.com/mkmlab-hq/acodeai-nodejs
- Issues: https://github.com/mkmlab-hq/acodeai-nodejs/issues
---
Note: This package will continue to work but will redirect to acodeai. We recommend migrating to acodeai` for the latest features and updates.