LearnCloud
Using the LearnCLoud Plugin
The LearnCloud Plugin (@learncard/learn-cloud-plugin
) simplifies the process of interacting with the LearnCloud API by providing a set of convenient methods for managing credentials, presentations, and records. This guide will help you understand how to use this plugin in your application.
Installation
Initialization
Accessing Plugin Methods
Once you've initialized the LearnCloud Plugin, you can access the methods by calling the read
, store
, and index
planes. For example, to get the current user's Credential Records, you can call:
For a more detailed breakdown of how to use the Read, Store, and Index Planes, see their respective pages.
Last updated