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 Java SDK
See Learnosity's Java SDK on GitHub for more information and detailed instructions.