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/tester_get?token=$TOKEN

result:

{
    code: "...",
    language: "..",
    input: "...",
    output: "...",
    solution_token: "...", // used to identify solution
}

h3 Post New Solution Result

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

Send Data: solution_token, status, result

Clone this wiki locally