![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@vikadata/vika-fusion-sdk
Advanced tools
VikadataFusionApi - JavaScript client for Vika Fusion API 维格表融合开放 API 文档,帮助你基于强大的维格表数据库快速构建应用
yarn add @vikadata/vika-fusion-sdk
npm install @vikdata/vika-fusion-sdk
import { create } from '@vikadata/vika-fusion-sdk';
const fusionApi = create();
...
Github:
https://github.com/vikadata/vika-fusion-sdk-typescript-axios
NPM:
https://www.npmjs.com/package/@vikadata/vika-fusion-sdk
Please follow the installation instruction and execute the following JS code:
var VikadataFusionApi = require('vikadata_fusion_api');
var api = new VikadataFusionApi.DefaultApi()
var spaceId = "spaceId_example"; // {String} 空间 ID
var datasheetId = "datasheetId_example"; // {String} 维格表 ID
var token = "token_example"; // {String} 鉴权 token,暂时可以直接从浏览器控制台中复制你的 cookie 填入
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
};
api.fusionControllerGetPack(spaceId, datasheetId, token, callback);
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
VikadataFusionApi.DefaultApi | fusionControllerGetPack | GET /fusion/v1/datasheet | |
VikadataFusionApi.DefaultApi | fusionControllerGetView | GET /fusion/v1/view | |
VikadataFusionApi.DefaultApi | fusionControllerHello | GET /fusion/v1/hello | |
VikadataFusionApi.DefaultApi | recordsControllerAddRecord | PUT /fusion/v1/records | |
VikadataFusionApi.DefaultApi | recordsControllerGetRecord | GET /fusion/v1/records | |
VikadataFusionApi.DefaultApi | recordsControllerSetRecord | POST /fusion/v1/records |
All endpoints do not require authorization.
FAQs
Vika FusionAPI SDK in Pure JavaScript
The npm package @vikadata/vika-fusion-sdk receives a total of 2 weekly downloads. As such, @vikadata/vika-fusion-sdk popularity was classified as not popular.
We found that @vikadata/vika-fusion-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.