文件名称:node-destiny-2:用Node.js编写的零依赖Destiny 2 API包装器
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-21 13:12:48
nodejs api wrapper destiny bungie-api
节点命运2 :new_moon: 用Node.js编写的零依赖Destiny 2 API包装器 笔记 Destiny 2 API仍在使用中,因此某些终结点可能无法正常工作。 入门 超级简单的设置。 // Getting API Manifest Example const Destiny2API = require ( 'node-destiny-2' ) ; const destiny = new Destiny2API ( { key : 'your-api-key' } ) ; 获取“命运清单”示例: 用.then() / .catch() destiny . getManifest ( ) . then ( res => console . log ( `Manifest: ${ res . Response } ` ) ) . catch ( err => console
【文件预览】:
node-destiny-2-master
----config()
--------sample-config.json(123B)
----index.js(82B)
----package.json(737B)
----.github()
--------workflows()
----LICENSE(1KB)
----package-lock.json(364KB)
----.npmignore(138B)
----examples()
--------example.js(6KB)
--------oauth.example.js(1KB)
----.gitignore(934B)
----lib()
--------destiny-2-api.js(15KB)
--------format-querystring.js(854B)
--------async-https.js(612B)
--------format-json.js(582B)
--------destiny-types.js(417B)
----README.md(3KB)
----__test__()
--------index.test.js(11KB)