Osrs-Wrapper:围绕Old School Runescape API的简单包装

时间:2021-05-17 05:05:01
【文件属性】:
文件名称:Osrs-Wrapper:围绕Old School Runescape API的简单包装
文件大小:60KB
文件格式:ZIP
更新时间:2021-05-17 05:05:01
typescript api-client osrs grand-exchange hiscores 奥斯包装 围绕 API的简单包装 依存关系 安装 $ npm install --save osrs-wrapper 用法 该包装器与以下旧式API进行交互: 组队 盛大交易所 api参考 getHiscores import { getHiscores } from 'osrs-wrapper' ; const stats = await getHiscores ( 'Bald' ) // { Overall: { rank: '94441', level: '1969', xp: '93090113' }, Attack: { rank: '226496', level: '91', xp: '6226771' } ... } getExchangeStats import { getExchangeStats } from 'osrs-wrapper' ; const i
【文件预览】:
Osrs-Wrapper-master
----.gitignore(592B)
----tsconfig.json(714B)
----README.md(1KB)
----build.sh(666B)
----.nvmrc(8B)
----test()
--------item-response.mock.ts(915B)
--------hiscore-csv.mock.ts(885B)
----.prettierrc(99B)
----.vscode()
--------launch.json(866B)
--------settings.json(523B)
--------tasks.json(218B)
----package.json(936B)
----src()
--------hiscores()
--------grand-exchange()
--------index.ts(222B)
----jest.config.js(202B)
----package-lock.json(207KB)

网友评论