nitrado-ark-api-wrapper

1.0.8 • Public • Published

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)
};

Package Sidebar

Install

npm i nitrado-ark-api-wrapper

Weekly Downloads

2

Version

1.0.8

License

ISC

Unpacked Size

25.4 kB

Total Files

28

Last publish

Collaborators

  • lachyx