{"info":{"_postman_id":"18d3629c-21e5-41ea-9d7e-4d5b4ff49601","name":"Blog Api","description":"<html><head></head><body><p>This blog api was built using node.js express (REST API) and postgresql database in CRUD operation that is you will be able to create, read, update and delete a post.</p>\n<p><strong>baseUrl:</strong> <a href=\"https://blog-api-wzcz.onrender.com\">https://blog-api-wzcz.onrender.com<br></a><br><strong>Endpoints<br>POST:</strong> <a href=\"https://blog-api-wzcz.onrender.com/api/v1/posts\">https://blog-api-wzcz.onrender.com/api/v1/posts</a><br><strong>GET:</strong> <a href=\"https://blog-api-wzcz.onrender.com/api/v1/posts\">https://blog-api-wzcz.onrender.com/api/v1/posts</a><br><strong>PUT:</strong> <a href=\"https://blog-api-wzcz.onrender.com/api/v1/posts\">https://blog-api-wzcz.onrender.com/api/v1/posts</a><br><strong>DELETE:</strong> <a href=\"https://blog-api-wzcz.onrender.com/api/v1/posts\">https://blog-api-wzcz.onrender.com/api/v1/posts</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19291153","collectionId":"18d3629c-21e5-41ea-9d7e-4d5b4ff49601","publishedId":"2s9Xy5LAFH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-12T08:01:21.000Z"},"item":[{"name":"Create new post","id":"91779e87-0746-425a-949f-4638bdb09262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Blog Api\",\r\n    \"content\": \"To post content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/posts","urlObject":{"host":["http://localhost:4000/api/v1/posts"],"query":[],"variable":[]}},"response":[{"id":"b0e2e67d-aa5c-4f92-b512-2d944581341d","name":"post created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Blog Api\",\r\n    \"content\": \"To post content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/posts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Aug 2023 19:13:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7f52cc307faab948-AMS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"27-4rU3EvVk6Zv+UvjY32eMmiGBWDg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post created successfully\"\n}"}],"_postman_id":"91779e87-0746-425a-949f-4638bdb09262"},{"name":"Show all post","id":"ce92fcd6-65c6-41aa-bf8a-fa2fb11177c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/api/v1/posts","urlObject":{"host":["http://localhost:4000/api/v1/posts"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce92fcd6-65c6-41aa-bf8a-fa2fb11177c5"},{"name":"Edit a post by Id","id":"63846883-bfb1-4698-8494-373f4c51f162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:4000/api/v1/posts/1","urlObject":{"path":["1"],"host":["http://localhost:4000/api/v1/posts"],"query":[],"variable":[]}},"response":[{"id":"6a1f96da-9904-489a-bc02-91423fcb80e8","name":"post updated","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Ai \",\r\n    \"content\": \"AI is going to take over the world\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/api/v1/posts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Aug 2023 07:42:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7f5715124bca1caa-AMS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"27-zUM0jfYG6WmSH+kgE2+mdX1wXUc\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post updated successfully\"\n}"}],"_postman_id":"63846883-bfb1-4698-8494-373f4c51f162"},{"name":"Delete a post by Id","id":"80e4a790-3742-4906-af0a-410db8216587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/posts/3","urlObject":{"path":["3"],"host":["http://localhost:4000/api/v1/posts"],"query":[],"variable":[]}},"response":[{"id":"070599c7-38d9-457b-ab80-7f7f45503a5c","name":"post deteted","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:4000/api/v1/posts/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Aug 2023 07:44:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7f57182f4bc41caa-AMS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"ETag","value":"W/\"27-ApdGuEKF5DvnjukxrpHUpaQnnd8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-powered-by","value":"Express"},{"key":"x-render-origin-server","value":"Render"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Post deleted successfully\"\n}"}],"_postman_id":"80e4a790-3742-4906-af0a-410db8216587"}],"event":[{"listen":"prerequest","script":{"id":"a9c25640-1e76-45d3-b4bc-7b3b21740eef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38469e12-4400-4dee-9171-0d1f4b034a88","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://blog-api-wzcz.onrender.com/api/v1/","type":"string","disabled":true},{"key":"baseUrl","value":"http://localhost:4000/api/v1/","type":"string"}]}