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.
Getting started with the Node.JS SDK
See Learnosity's Node.JS SDK on GitHub for more information and detailed instructions.
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.