Test

Endpoints for submitting and validating test cases

Test endpoint

post

Handles test requests.

Body
sourcestringOptional

Source code to be tested

Example: public class Main { public static void main(String[] args) { System.out.println("Hello World"); }}
compilerstringOptional

Compiler to be used

Example: javac
metastringOptional

Additional metadata

Example: Test metadata
Responses
200

Successful response

application/json
post
/api/v1/test

Last updated

Was this helpful?