This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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 |