divine-pride-api-wrapper
v0.1.13
Published
Unofficial Divine Pride API wrapper
Downloads
26
Maintainers
Readme
Unofficial Divine Pride API in NodeJS
Unofficial API wrapper for DivinePride
Install
npm install divine-pride-api-wrapper
Credentials
You will need a divine pride account. To create an account just go to this page: Register
The key can be obtained on account page: Account
Using the wrapper
import DivinePride from 'divine-pride-api-wrapper';
const api = new DivinePride('YOUR_DIVINE_PRIDE_API_KEY');
Methods
.setServer(server)
Change the language and information of the response data.
api.setServer('bRO')
Servers
aRO, bRO, fRO, idRO, iRO, jRO, kROM, kROZ, kROZS, GGH, ruRO, thROG, twRO, cRO, iROC
.getAchievement(id)
api.getAchievement(200031)
.getBuff(id)
api.getBuff(12)
.getExperience()
api.getExperience()
.getItem(id)
api.getItem(2576)
.getMap(id)
api.getMap('prt_fild08')
.getMonster(id)
api.getMonster(1002)
.getNpcIdentity(id)
api.getNpcIdentity(1002)
.getQuest(id)
api.getQuest(1000)
.getSkill(id)
api.getSkill(29)
.getTitle(id)
api.getTitle(1022)