You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source code that will be executed, this should be well formatted as if it was ready to be compiled. Misconfigured ro formatted code will be rejected by the runtime or compiler.
This array of strings will be written to the standard input of the code when executing. Each array item is a line which will be written one after another.
This is an array of expected output data, including data here that will result in a validation check on completion. If no items are added to the array then the status endpoint will return NoTest for the test status. Otherwise, a value related to the test result.
CreateCompileResponse
The response when requesting a compiled request via the queue.
GetTemplate is designed to allow consumers of the platform to serve the user with a template they can start from. This is more important for languages that require selective formatting or a main function. An example of these languages would be C++, and C.
GetSupportedLanguages will return a list of languages that can be exposed to the user. This response contains a display name for the language that will contain compiler information if important and will also return the code. The code is the value sent to the server when requesting to compile and run.
GetCompileResultRequest is required to be called after requesting to compile, all details about the running state and the final output of the compiling and execution are from this.