A TypeScript-based API wrapper for the Heliotrope API, designed for both Node.js and browser environments. It uses the native Fetch API, minimizing external dependencies.
- ✅ TypeScript First: Strongly typed for better developer experience.
- 🚀 Lightweight: Uses
fetchAPI, no heavy dependencies like Axios. - 📦 Dual Environment Support: Works seamlessly in Node.js and modern browsers.
- 🏗️ Modern Build: Bundled with tsup for CJS and ESM outputs.
- 📚 Class-based Models: API responses are parsed into model class instances for easier handling.
npm install @saebasol/delphinium
# or
yarn add @saebasol/delphinium
# or
pnpm add @saebasol/delphinium