Skip to content

Repository files navigation

Keeper Javascript SDK Header

Keeper Javascript SDK

This Javascript SDK allows you to interact with the Keeper backend API service - login, sync Vault, manage data etc.

This SDK can be used from Node or from the browser

NPM

Usage:

npm install keeperapi
try{letauth=newAuth({host: KeeperEnvironment.DEV,});awaitauth.login(username,password);console.log("login successful");letvault=newVault(auth);awaitvault.syncDown();vault.records.forEach((x)=>console.log(JSON.stringify(x)));}catch(e){console.log(e);}

For local development,

npm run build

from "keeperapi" folder, then

npm link ../../keeperapi

from your client folder

To ignore certain commits in git blame (like formatting commits), run this command:

git config blame.ignoreRevsFile .git-blame-ignore-revs

About

Keeper Security Javascript vault SDK embedded in Keeper applications

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages