0.1.13 • Published 9 months ago

divine-pride-api-wrapper v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm version

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)
0.1.13

9 months ago

0.1.12

9 months ago

0.1.11

9 months ago

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago