- Test Submissions
- Reset the database (Temporary)
Back to README
Fetches all ungraded submissions from the database and test them.
URL : /eve/grade
Method : [GET, POST]
DATA :
{}
Auth required : YES
Header: { 'Authorization': 'Basic {credentials}' }
Code : 200 OK
Content
{
"message": "All new assignments has been corrected"
}
The server might have a penging request to grade a submission. To avoid conflicts this will cancel the request.
Code: 423 Locked
Content examples
{
"message": "Eve is busy, try again in a few minutes"
}
Resets the database, adds a user to login as, adds the test course and resets the submission table.
URL : /eve/reset
Method : [GET, POST]
DATA :
{}
Auth required : NO
Code : 200 OK
Content examples
{
"message": "Submission and Course table has been reset with dummy data"
}
The server might have a penging request to grade a submission. To avoid conflicts this will cancel the request.
Code: 423 Locked
Content examples
{
"message": "Eve is busy, try again in a few minutes"
}