文件名称:wow-community-web-api-nodejs:用 NodeJS 编写的魔兽世界社区 Web API
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-05 05:40:45
JavaScript
wow-community-web-api-nodejs WoW Community Web API written in Nodejs APIs Achievement API achievement#getAchievementDataByLocale(locale, achievementId) This provides data about an individual achievement. Example: wowwebapi.achievement.getAchievementDataByLocale('zh_CN', '2936').then(function(data) { //{ // "id": 2936, // "title": "削弱重力炸弹(25人)", // "points": 10, // "description": "在团队
【文件预览】:
wow-community-web-api-nodejs-master
----example()
--------bin()
--------package.json(345B)
--------routes()
--------views()
--------public()
--------app.js(1KB)
--------README.md(1024B)
----index.js(226B)
----package.json(412B)
----test()
--------achievement_test.js(165B)
--------battlepet_test.js(473B)
--------auction_test.js(292B)
----LICENSE(1KB)
----.gitignore(28B)
----lib()
--------config.js(438B)
--------achievement.js(481B)
--------battlepet.js(1KB)
--------helper.js(611B)
--------region-host.js(977B)
--------auction.js(1KB)
----README.md(2KB)
----.jshintrc(181B)