@redonvn/redai-p03-sdk
v1.0.3
Published
Redai P03 SDK - Low-code platform SDK for building database applications
Readme
Redai P03 SDK
Redai P03 SDK - TypeScript/JavaScript SDK for building low-code database applications.
Developed by Redon Vietnam for the Redai P03 platform.
📦 Installation
# npm
npm install @redonvn/redai-p03-sdk
# yarn
yarn add @redonvn/redai-p03-sdk
# pnpm
pnpm add @redonvn/redai-p03-sdk🚀 Usage
import { Api } from '@redonvn/redai-p03-sdk';
const api = new Api({
baseURL: 'https://your-redai-instance.com',
headers: {
'xc-token': 'your-api-token'
}
});
// List tables
const tables = await api.base.list();
// Read records
const records = await api.dbTableRow.list('tableName');📚 Documentation
🔧 Features
- ✅ Full TypeScript support
- ✅ Auto-generated types from API
- ✅ Works in Node.js and Browser
- ✅ Promise-based API
- ✅ Axios-powered HTTP client
📄 License
MIT License - See LICENSE for details.
🇻🇳 About Redon Vietnam
Developed and maintained by Redon Vietnam.
Available on NPM: https://www.npmjs.com/package/@redonvn/redai-p03-sdk
