{"info":{"_postman_id":"e4757071-8e59-4202-a093-419d75bede51","name":"GRPC Server","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"31073105","collectionId":"e4757071-8e59-4202-a093-419d75bede51","publishedId":"2s9Ykn8grK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-16T16:48:00.000Z"},"item":[{"name":"GRPC Student Handler","item":[{"name":"Create Student Info","id":"2c9e4a2d-e997-466f-828a-6bc8f23cda0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"studentName\":\"test\",\n    \"grade\":1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/student","urlObject":{"port":"8080","path":["v1","student"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b0b45ca3-f538-42c1-907d-21d815227542","name":"Create Student Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"studentName\":\"test\",\n    \"grade\":1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:18 GMT"},{"key":"Content-Length","value":"103"}],"cookie":[],"responseTime":null,"body":"{\n    \"student\": {\n        \"studentID\": \"2\",\n        \"studentName\": \"test\",\n        \"grade\": \"1\"\n    },\n    \"message\": \"Successfully Created Student\"\n}"}],"_postman_id":"2c9e4a2d-e997-466f-828a-6bc8f23cda0b"},{"name":"Get Student By Student ID","id":"167e8ac3-1880-47b0-9f5b-d02975bb0a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/student/1","urlObject":{"port":"8080","path":["v1","student","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba96383b-e735-4afa-aabc-892f11fdb8e6","name":"Get Student By Student ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/v1/student/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:25 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"student\": {\n        \"studentID\": \"1\",\n        \"studentName\": \"test\",\n        \"grade\": \"1\"\n    },\n    \"message\": \"Successfully Got Student\"\n}"}],"_postman_id":"167e8ac3-1880-47b0-9f5b-d02975bb0a9f"},{"name":"Update Student Info By Student ID","id":"20c4863e-23d3-4cde-92f7-14afdf73e636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":1, \n    \"studentName\":\"lone\",\n    \"grade\":90\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/student","urlObject":{"port":"8080","path":["v1","student"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ff2934d4-b920-4924-87a1-22c5c0452970","name":"Update Student Info By Student ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":1, \n    \"studentName\":\"lone\",\n    \"grade\":90\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/student"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:33 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Updated Student\"\n}"}],"_postman_id":"20c4863e-23d3-4cde-92f7-14afdf73e636"},{"name":"Delete Student Info By Student ID","id":"99d79b0d-cb5c-468c-9776-07179b51ccb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/v1/student/1","urlObject":{"port":"8080","path":["v1","student","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"24456a35-9bd8-49cc-9567-317c46d8f300","name":"Delete Student Info By Student ID","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/v1/student/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:37 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Deleted Student\"\n}"}],"_postman_id":"99d79b0d-cb5c-468c-9776-07179b51ccb5"}],"id":"bcf52ebe-2803-4533-b1b0-02f8c262ee72","_postman_id":"bcf52ebe-2803-4533-b1b0-02f8c262ee72","description":""},{"name":"GRPC Class Info Handler","item":[{"name":"Create Class Info","id":"bba0f65c-f0c7-4e67-b6cd-5dcabba75471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":2,\n    \"class_name\":\"math\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/class_info","urlObject":{"port":"8080","path":["v1","class_info"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abb4b156-e8fd-41b4-b7b7-c060c3a77a49","name":"Create Class Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":2,\n    \"class_name\":\"math\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/class_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:41 GMT"},{"key":"Content-Length","value":"96"}],"cookie":[],"responseTime":null,"body":"{\n    \"classInfo\": {\n        \"id\": \"1\",\n        \"studentID\": \"2\",\n        \"className\": \"\"\n    },\n    \"message\": \"Successfully Added ClassInfo\"\n}"}],"_postman_id":"bba0f65c-f0c7-4e67-b6cd-5dcabba75471"},{"name":"Get All Classes By Student ID","id":"f3066c19-c8ac-4d73-981e-6e0c1d0d109d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/class_info/1","urlObject":{"port":"8080","path":["v1","class_info","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e5dbb811-6847-4644-82c1-ee61f9e8e309","name":"Get All Classes By Student ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/v1/class_info/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:44 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 5,\n    \"message\": \"No existing student in class_info\",\n    \"details\": []\n}"}],"_postman_id":"f3066c19-c8ac-4d73-981e-6e0c1d0d109d"},{"name":"localhost:8080/v1/class_info","id":"dd514a98-c50a-4870-89ef-8f669bac6f9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":2, \n    \"class_name\":\"math\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/class_info","urlObject":{"port":"8080","path":["v1","class_info"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4e4af96-b8c9-4fa9-8dd5-76099b6d654c","name":"localhost:8080/v1/class_info","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"studentID\":2, \n    \"class_name\":\"math\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/v1/class_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:45:47 GMT"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Updated ClassInfo By StudentID\"\n}"}],"_postman_id":"dd514a98-c50a-4870-89ef-8f669bac6f9e"},{"name":"Delete Class Info By Student ID","id":"69de8fbc-44b3-4c5e-843c-8f2ba4f99efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/v1/class_info/2","urlObject":{"port":"8080","path":["v1","class_info","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a5ea31c6-d274-45be-aa1a-ddc57c1667b8","name":"Delete Class Info By Student ID","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8080/v1/class_info/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Grpc-Metadata-Content-Type","value":"application/grpc"},{"key":"Date","value":"Sat, 16 Dec 2023 16:46:06 GMT"},{"key":"Content-Length","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully Deleted ClassInfo By StudentID\"\n}"}],"_postman_id":"69de8fbc-44b3-4c5e-843c-8f2ba4f99efd"}],"id":"9c66377a-b9c1-4f47-b4ff-c648b185b8c9","_postman_id":"9c66377a-b9c1-4f47-b4ff-c648b185b8c9","description":""}]}