This repository contains npm packages for interacting with the Keeper backend from JavaScript or TypeScript.
@keeper-security/keeper-sdk-javascript has an easy-to-use API with high-level helpers for auth, records, folders, sharing, and teams, plus runnable examples.
@keeper-security/keeperapi is the underlying core API client. Direct use is not recommended.
KeeperSdk/ # JS SDK (@keeper-security/keeper-sdk-javascript)
keeperapi/ # core API client (@keeper-security/keeperapi)
examples/
└── sdk_example/ # runnable scripts demonstrating the SDK
See each package's README for installation and usage:
To ignore formatting-only commits in git blame, run:
git config blame.ignoreRevsFile .git-blame-ignore-revs