autograder.api.constants

 1API_VERSION: str = 'v03'
 2
 3API_REQUEST_JSON_KEY: str = 'content'
 4
 5API_RESPONSE_KEY_SUCCESS: str = 'success'
 6API_RESPONSE_KEY_MESSAGE: str = 'message'
 7API_RESPONSE_KEY_STATUS: str = 'status'
 8API_RESPONSE_KEY_CONTENT: str = API_REQUEST_JSON_KEY
 9
10HEADER_KEY_WRITE: str = 'edq-ag-write'
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'