An Open edX plugin to add utilities for LTI operations
Project description
A django app plugin to add LTI related utilities in Open edX platform.
Installation
For detailed installation instructions, please refer to the plugin installation guide.
Installation required in:
LMS
How To Use
API Request
- To manually call the API, Send a POST request to <LMS_BASE>/lti-user-fix/ with a JSON body containing the following field:
email: The email address of the user whose LTI account needs to be fixed.
A sample request looks like below:
POST: http://local.openedx.io:8000/api/lti-user-fix/
Payload:
{
"email": "user@example.com"
}
API Response
The successful response would be an indication that an LTI user in bad state was found and fixed. The response status code would be 200.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ol_openedx_lti_utilities-0.1.2.tar.gz.
File metadata
- Download URL: ol_openedx_lti_utilities-0.1.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a0c1dcb2c62ca99958d630907dda3058444744d56417a206a07788ac5e12507
|
|
| MD5 |
5cf094657df58e07bb95895f6bedb7a7
|
|
| BLAKE2b-256 |
e8aec29ca636bd2b3edfd8e09a5531861da2bca03894d70b912465d0538bc074
|
File details
Details for the file ol_openedx_lti_utilities-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ol_openedx_lti_utilities-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6feda8650bdae3970917e2595f81f8ad65c2be3df3880e9ae7b25a6b46c58726
|
|
| MD5 |
39f6300248eb5217fdab1fe9d577bd62
|
|
| BLAKE2b-256 |
dee7de5760eda0be805969f89335f044782589479c2336f7d53ce3aecd03c3bd
|