文件名称:nodejs-api-client:ArrowSphere的公共API的官方NodeJS客户端
文件大小:78KB
文件格式:ZIP
更新时间:2024-03-07 17:17:50
JavaScript
ArrowSphere nodejs-api-client软件包 该软件包为ArrowSphere的公共API提供了一个Node.js。 这应该是使用Node.js代码调用ArrowSphere API的唯一方法。 要使用此软件包,您需要使用有效的API密钥对ArrowSphere进行有效访问。 安装 安装最新版本 $ npm install @arrowsphere/api-client 基本用法 const ArrowSphereClient = require ( '@arrowsphere/api-client' ) const URL = 'https://your-url-to-arrowsphere.example.com' ; const API_KEY = 'your API key in ArrowSphere' ; const client = ( new Arr
【文件预览】:
nodejs-api-client-main
----.gitignore(87B)
----package.json(2KB)
----.nycrc(408B)
----package-lock.json(274KB)
----src()
--------index.ts(59B)
----CONTRIBUTING.md(995B)
----CHANGELOG.md(365B)
----tsconfig.json(1KB)
----.github()
--------workflows()
----.eslintrc.js(339B)
----.prettierrc.js(117B)
----README.md(1KB)
----tests()
--------index.test.ts(214B)
----.eslintignore(51B)