OneAPI (apione) v1.0.0
Universal category-based API SDK for Node.js — 18 categories, 54 provider SDKs.
Install
npm install apioneimport { OpenAI } from "apione/ai";
import { Stripe } from "apione/payment";What's included
- Shared HttpClient + OneApiError
- Tree-shakeable category imports (apione/ai, apione/payment, ...)
- Typed clients for AI, payments, email, storage, auth, database, maps, social, analytics, search, media, ecommerce, CRM, weather, finance, translation, DevOps
- Per-category and per-SDK docs under src/categories/
- Contributor guides: CONTRIBUTING.md, docs/, GitHub issue/PR templates, CI
Links
- npm: https://www.npmjs.com/package/apione
- Docs: https://github.com/foisalislambd/apione#readme
- Changelog: https://github.com/foisalislambd/apione/blob/main/CHANGELOG.md
Full Changelog: https://github.com/foisalislambd/apione/commits/v1.0.0