What do Learnosity's SDKs do?
Learnosity's SDKs cover two key purposes:
- Security signing & signature generation. All of the APIs require a signature to be generated server-side as part of our security process - to ensure that only authorized systems, utilizing your credentials, can access your data, or load any of the APIs.
- Data API request generation. Most of our SDKs provide helper functions to make server-side Data API requests simpler.
Please note, our Node.JS SDK doesn't currently provide Data API helper functions. However, using a signed Data API request, you can make a Data API request using any server-side Node.JS HTTP request library.
Getting started with the Node.JS SDK
Learnosity's Node.JS SDK can be found here. For more detailed instructions, please see the README.md in the github repo.