🔗外部学習資料 JavaScript SDK
External Learning Materials SDK
This document provides guidelines for developing external learning materials for Elice.
For any other questions, please contact Elice.
SDK Installation and Initialization
Please install the External Learning Materials JavaScript SDK as an npm package. This package is compatible with web environments.
Classes
You can use the EliceContents
class provided by the installed SDK to utilize the necessary methods and attributes for developing external learning materials.
The options provided for initialization are as follows:
Name | Type | Description |
---|---|---|
|
| This is the base URL of the Elice platform API server. CORS policy only allows requests from the |
To resolve CORS errors, please refer to the following:
Even after installing the plugin, if CORS errors persist, you can disable the browser's CORS feature using the following command in the terminal:
Last updated