Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Python Open CU Services SDK Examples

Examples use environment variables for configuration. Set them before running.

Setting environment variables in macOS / Linux:

export CU_LMS_BFF_COOKIE="change-to-bff-cookie-from-lms"

Setting environment variables in Windows:

setx CU_LMS_BFF_COOKIE "change-to-bff-cookie-from-lms"

CU LMS API (lmsapi) Examples