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/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