@theprelude/sdk
v1.7.5
Published
Use this utility if you want direct access to the Prelude API.
Downloads
146
Readme
Prelude SDK
Interact with the Prelude Service API via JavaScript.
Install this package to write your own tooling that works with Build or Detect functionality.
- IAM: manage your account
- Build: write and maintain your collection of security tests
- Detect: schedule security tests for your endpoints
Quick start
npm install @theprelude/sdk
Documentation
TBD
Testing
Note: To test partner controller functionality, you must set the
PARTNER_USER
andPARTNER_SECRET
environment variable.
yarn install && yarn build
API_HOST='https://api.preludesecurity.com' yarn test