1.0.8 • Published 2 years ago

nitrado-ark-api-wrapper v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago