{"info":{"_postman_id":"2f147b8e-6389-491e-a69c-76d24d33c895","name":"Node API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35384990","collectionId":"2f147b8e-6389-491e-a69c-76d24d33c895","publishedId":"2sAY4yeM5P","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-05T06:04:41.000Z"},"item":[{"name":"Health Check","id":"c2acb821-bc8c-45e4-a7cc-d33ba2c2d4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api","urlObject":{"protocol":"http","port":"3000","path":["api"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2e5b48ea-783d-48ab-b187-0836bb381c86","name":"Health response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-Lve95gjOVATpfV8EL5X4nxwjKHE\""},{"key":"Date","value":"Tue, 05 Nov 2024 04:40:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Hello World!"}],"_postman_id":"c2acb821-bc8c-45e4-a7cc-d33ba2c2d4ab"},{"name":"Add Item","id":"d9bce880-3853-4051-9a37-a2506f63c967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"Item A\",\r\n    \"price\": 10.99 \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/items","urlObject":{"protocol":"http","port":"3000","path":["api","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e7665032-2398-4c6b-85cc-8e6cafdd96d4","name":"Save response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"Item A\",\r\n    \"price\": 10.99 \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/items"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"ETag","value":"W/\"25-T8ROwHeLGyiohMdeYOMxiF4s56g\""},{"key":"Date","value":"Tue, 05 Nov 2024 04:42:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item created\",\n    \"itemId\": 1\n}"}],"_postman_id":"d9bce880-3853-4051-9a37-a2506f63c967"},{"name":"Gel All Items","id":"bac12229-168b-48bc-a3c2-ec09c87e741e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/items","urlObject":{"protocol":"http","port":"3000","path":["api","items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"88815bdd-368d-4136-bac9-6b562cc011e5","name":"Get all response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-IWnPjU4dDVbBv8qhzXX0kKxBn4Q\""},{"key":"Date","value":"Tue, 05 Nov 2024 04:42:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Item A\",\n        \"price\": \"10.99\"\n    }\n]"}],"_postman_id":"bac12229-168b-48bc-a3c2-ec09c87e741e"},{"name":"Update Item","id":"91278e71-94de-4fc9-98c9-470deec04f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"Buiscut\",\r\n    \"price\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/items/1","urlObject":{"protocol":"http","port":"3000","path":["api","items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a5a3c85-d8d4-4718-a767-b4816550ba31","name":"Update response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \r\n    \"name\": \"Buiscut\",\r\n    \"price\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-h/K1mAptFAmfB23fSnktPjgZNsw\""},{"key":"Date","value":"Tue, 05 Nov 2024 04:59:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item updated successfully\"\n}"}],"_postman_id":"91278e71-94de-4fc9-98c9-470deec04f90"},{"name":"Delete Item","id":"3c8b1d81-84d1-405b-b7c7-98e45a48aec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/items/1","urlObject":{"protocol":"http","port":"3000","path":["api","items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e79fefaf-bc3f-45a9-9cf5-37f4f5b1c7a3","name":"Delete response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"ETag","value":"W/\"27-VVdzXD6Jr0fzG+tC8LaVRbGWhsE\""},{"key":"Date","value":"Tue, 05 Nov 2024 05:01:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Item deleted successfully\"\n}"}],"_postman_id":"3c8b1d81-84d1-405b-b7c7-98e45a48aec8"}]}