edx_salesforce Django application initialization.
Choices for model fields.
Provides functions for retrieving EdX data.
edx_salesforce.edx_data.fetch_user_data(site_domain, orgs)¶Return user data associated with the given site and organizations.
| Parameters: |
|
|---|---|
| Returns: | list of dicts, containing the user data. Example
}] |
URLs for edx_salesforce.
Utilities used by the edx_salesforce Django app.
edx_salesforce.utils.parse_user_full_name(full_name)¶Parses user full name into first and last name strings.
Django application used to integrate Open EdX with Salesforce..