1.0.8 • Published 1 year ago

nitrado-ark-api-wrapper v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Nitrado Ark API Wrapper

Made this because I was bored

https://github.com/Lachyx/Nitrado-Ark-API-Wrapper

Any errors or issues I really don't care but raise a issue on github

npm i nitrado-ark-api-wrapper

Example Code

const { GameService, PlayerService  } = require('nitrado-ark-api-wrapper')

const Players = new PlayerService('Auth')
const Services = new GameService('Auth')

try {
    Players.Ban('player_identifier', 'service_id')
    Services.Stop('service_id')
} catch (err) {
    console.log(err)
};
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago