athena-trust-sdk
v1.2.1
Published
ATHENA SDK for JavaScript and TypeScript
Maintainers
Readme
ATHENA SDK for JavaScript
Installation
npm install athena-trust-sdkQuick Start
import { Athena } from 'athena-trust-sdk';
const athena = new Athena({
apiKey: 'ak_xxx',
});Features
- Full TypeScript support
- Automatic retries with exponential backoff
- Rate limit handling with Retry-After support
- Webhook signature verification
- Browser and Node.js compatible
- Zero runtime dependencies
Support
Contact [email protected] for documentation and support.
License
MIT
