We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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