1.0.4 • Published 1 year ago

war-tools v1.0.4

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

War Tools API

Installation

npm i war-tools

Examples

const WarTools = require('war-tools');
const client = new WarTools("<API KEY>");

(async () => {
	// Get a Dataslate
	const dataslateID = "OwxZTWrgnjhNOPs";
	const dataslate = await client.getDataslate(dataslateID);
	
	// Get an Operative
	const operativeID = "ewjmvNzxfNCbUkU";
	const operative = dataslate.findOperative(operativeID);
	
	// Get User Info
	const userID = "635d596d5152a95e1998b59c";
	const user = await client.getUser(userID);
})()
1.0.4

1 year 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