Skip to content
halida edited this page Mar 2, 2013 · 7 revisions

This is the tester api for run tests:

h3 Get New Solution Test

POST http://$SERVER/solutions/get_need_test?token=$TOKEN

result:

{
    code: "...",
    language: "..",
    input: "...",
    solution_token: "...",
}

h3 Post New Solution Result

POST http://$SERVER/solutions/set_test_result?token=$TOKEN

Send Data: solution_token, status, result

Clone this wiki locally