This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
Shift to piston v2 endpoint #53
Labels
level: 1 - intermediate
This PR is suitable for intermediate users.
priority: 1 - high
High Priority
status: approved
type: feature
Relating to the functionality of the application.
All that has change from v2 (16c585d41d649af8a1be4cd35559d60970f27339) -> v3
compile_memory_limit
andrun_memory_limit
signal
andcode
An example request now would look like:
Changes to be done
compile_timeout
,run_timeout
,compile_memory_limit
,run_memory_limit
, this would be optional flags and can be used onshell
,file
,link
and the defaultask_input
. Remember this would be taken as flags.-v
/--version
flag which would take the runtime version and we can remove the current--version
flag which is used for getting the piston-cli version to probably--info
(?).Here is your python output:
according to the return code and signal returned by piston v2 api.If you are interested in doing some parts of the issue, let me know :D
The text was updated successfully, but these errors were encountered: