{"info":{"_postman_id":"3e0f5c46-c23e-4781-a7fa-5d9e13768bb4","name":"Remote Code Exectuion Engine - API Testing","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32039866","collectionId":"3e0f5c46-c23e-4781-a7fa-5d9e13768bb4","publishedId":"2sAXxPACxG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-08T07:47:13.000Z"},"item":[{"name":"http://localhost:3000/testCase/:questionID","id":"b56c1cbb-e3f6-48bd-9841-ba117ec94b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"inputSRC\": \"5 10\",\r\n  \"outputSRC\": \"15\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/testCase/1","urlObject":{"protocol":"http","port":"3000","path":["testCase","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b56c1cbb-e3f6-48bd-9841-ba117ec94b76"},{"name":"http://localhost:3000/submit/","id":"5e3aabf2-bd9b-493c-974e-d450aeab778d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"questionID\": \"1\",\r\n  \"language\": \"C++\",\r\n  \"timeOut\": 2,\r\n  \"src\": \"#include <iostream>\\nusing namespace std;\\nint main() {\\nint a, b;\\ncin >> a >> b;\\ncout << a + b;\\nreturn 0;\\n}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/submit/","urlObject":{"protocol":"http","port":"3000","path":["submit",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e3aabf2-bd9b-493c-974e-d450aeab778d"},{"name":"http://localhost:3000/result/:submissionID","id":"5da4ff9d-286b-4ae7-9b69-b1aaec0bc9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/result/1926b150d85","urlObject":{"protocol":"http","port":"3000","path":["result","1926b150d85"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5da4ff9d-286b-4ae7-9b69-b1aaec0bc9c5"}]}