Skip to content

Instantly share code, notes, and snippets.

@bradenmacdonald
bradenmacdonald / openedx_client.py
Created May 11, 2021 01:36
Open edX API Client Example
"""
API Client used to make requests from Open edX
Originally created by OpenCraft for LabXchange, www.labxchange.org
You may use this under the terms of the Apache 2 license,
https://www.apache.org/licenses/LICENSE-2.0
"""
import logging