astrobaba-astro-engine-sdk
Version:
Official Node.js SDK for AstroBaba Astro Engine - Professional Vedic Astrology API with automatic retry logic and comprehensive error handling
13 lines (10 loc) • 367 B
JavaScript
/**
* @astrobaba/astro-engine-sdk
*
* Professional Vedic Astrology API Client for Node.js
* Complete SDK for AstroBaba Astro Engine with automatic retry logic
*/
const AstroEngineClient = require('./lib/client');
module.exports = AstroEngineClient;
module.exports.default = AstroEngineClient;
module.exports.AstroEngineClient = AstroEngineClient;