autograder.api.constants
API_VERSION: str =
'v03'
API_REQUEST_JSON_KEY: str =
'content'
API_RESPONSE_KEY_SUCCESS: str =
'success'
API_RESPONSE_KEY_MESSAGE: str =
'message'
API_RESPONSE_KEY_STATUS: str =
'status'
API_RESPONSE_KEY_CONTENT: str =
'content'
HEADER_KEY_WRITE: str =
'edq-ag-write'