SDK 与开发者工具

简化 Orvenixa API 接入,快速构建社交能力。

最后更新:2026 年 7 月 13 日

当前状态

官方 SDK 尚在开发中。在此之前,你可以直接调用 REST API 进行集成。

JavaScript / TypeScript

开发中

适用于 Web、Node.js 与 React Native 的官方 SDK。

Python

规划中

服务端集成、数据分析与自动化脚本。

Swift (iOS)

规划中

配合 iOS 原生客户端使用。

Kotlin (Android)

规划中

配合 Android 原生客户端使用。

安装预览(即将推出)

# npm

npm install @orvenixa/sdk

# 使用示例

import { Orvenixa } from "@orvenixa/sdk";

const client = new Orvenixa({ baseUrl: "https://orvenixa.com" });
await client.auth.login({ email, password });
const posts = await client.posts.list({ scope: "global" });