Skip to content

v1.0.0 — Initial release of apione

Latest

Choose a tag to compare

@foisalislambd foisalislambd released this 10 Jul 16:21

OneAPI (apione) v1.0.0

Universal category-based API SDK for Node.js — 18 categories, 54 provider SDKs.

Install

npm install apione
import { 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

Full Changelog: https://github.com/foisalislambd/apione/commits/v1.0.0