@nexa-ed/sdk
v0.2.0-beta.2
Published
Nexa Education Platform — Core SDK
Downloads
214
Readme
@nexa-ed/sdk
The core JavaScript/TypeScript client for the Nexa Education Platform. Provides typed HTTP modules for files, documents, payments, services, and webhooks.
Install
npm install @nexa-ed/sdk
# or
pnpm add @nexa-ed/sdkQuick start
import { NexaClient } from "@nexa-ed/sdk";
const nexa = new NexaClient({ apiKey: process.env.NEXA_API_KEY });Documentation
| Topic | Link | |-------|------| | Installation | docs.nexa-ed.com/docs/getting-started/installation | | Quickstart | docs.nexa-ed.com/docs/getting-started/quickstart | | Files | docs.nexa-ed.com/docs/sdk/files | | Documents | docs.nexa-ed.com/docs/sdk/documents | | Payments | docs.nexa-ed.com/docs/sdk/payments | | Services | docs.nexa-ed.com/docs/sdk/services | | Webhooks | docs.nexa-ed.com/docs/sdk/webhooks |
License
MIT
