1.1.0 • Published 1 year ago

craftyapi v1.1.0

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

Installation

NPM :

npm install craftyapi

Yarn :

yarn add craftyapi

Example Usage

const CraftyAPI = require('craftyapi');

const API = new CraftyAPI('https://192.168.0.2:8000', 'YourAdminKey');

(async () => {
	console.log('Fetching hosts');
	console.log(await API.fetchHost());
	API.runCommand(4, 'save-all');
})();
1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago