Skip to content
/ api Public

List of official Securelay endpoints and a JavaScript module to access them.

License

Notifications You must be signed in to change notification settings

securelay/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.js">
</script>
  • For Node
npm install securelay/api
  • Using package.json dependency
"dependencies": {
    "securelay-sdk-js": "securelay/api"
}

SDK Test

npm test