athena-sdk
v0.0.1
Published
This package has been moved to 'acodeai'. Please use 'npm install acodeai' instead.
Downloads
99
Maintainers
Readme
⚠️ athena-sdk Package Migration Notice
This package has been integrated into acodeai.
Migration Guide
Installation
# Old (deprecated)
npm install athena-sdk
# New (recommended)
npm install acodeaiUsage
// 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.
