1.0.13 • Published 5 years ago
@securisec/save-js v1.0.13
save-js
This reposity contains the JS/TS library for Save!
Install
npm i @securisec/save-js
Usage
import { Save } from 'save-js';
const s = new Save('http://url-to-save-server', 'yourapikey');
s.toolsSearch({ query: 'awesome' })
.then((res) => console.log(res.data))
.catch(console.log);