-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: API for testing the online judge #6
Conversation
Sweep: PR ReviewAuthors of pull request: @Mahboob-A src/core_apps/judge_engine/views.pyIntroduced two new API classes for handling code submissions using Docker containers, with detailed error handling and file operations. Sweep Found These Issues
online-judge/src/core_apps/judge_engine/views.py Lines 47 to 50 in c8d2659
View Diff online-judge/src/core_apps/judge_engine/views.py Lines 47 to 50 in c8d2659
View Diff online-judge/src/core_apps/judge_engine/views.py Lines 36 to 97 in c8d2659
View Diff online-judge/src/core_apps/judge_engine/views.py Lines 106 to 128 in c8d2659
View Diff src/online_judge/urls.pyAdded a new URL pattern for "submit/" and removed extensive comments from the URL configuration file. |
The files can not be deleted in case of using the simple API approach. hence please use the Robust API. |
API
CodeSubmitRobustAPI
to test the online judge.the client needs to pass the data following: