Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 595 Bytes

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

Testing

Note: To test partner controller functionality, you must set the PARTNER_USER and PARTNER_SECRET environment variable.

yarn install && yarn build
API_HOST='https://api.preludesecurity.com' yarn test