Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 552 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 552 Bytes

About

This repository contains a list of official Securelay endpoints and a JavaScript SDK to access them.

SDK documentation

Read the comments within script.js.

SDK installation:

  • For browsers
<script type=module src="https://cdn.jsdelivr.net/gh/securelay/api@main/script.min.js">
</script>
  • For Node
npm install securelay/api
  • Using package.json dependency
"dependencies": {
    "securelay-sdk-js": "securelay/api"
}

SDK Test

npm test