{"info":{"_postman_id":"2f369484-3213-47eb-a830-06bbb8d39776","name":"Node Js File system","description":"<html><head></head><body><p>This is a Nodejs File System and Current Timestamp Task. This collection has two endpoint which are 'create' &amp; 'files'. They are used perform create and display timestamps from a folder.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35036950","collectionId":"2f369484-3213-47eb-a830-06bbb8d39776","publishedId":"2sA3XLE4Hu","public":true,"customColor":{"top-bar":"ffffff","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-09T17:45:14.000Z"},"item":[{"name":"Create TimeStamps","id":"eb1852ca-1065-44fa-9c94-2574a90b537b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nodejs-filesystem-fdcr.onrender.com/create","description":"<p>This endpoint allows you to create a text file with the current timestamp.</p>\n","urlObject":{"protocol":"https","path":["create"],"host":["nodejs-filesystem-fdcr","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"562be61f-0b90-4c24-9f16-6eb3d19bac1e","name":"Create TimeStamps Ex","originalRequest":{"method":"GET","header":[],"url":"https://nodejs-filesystem-fdcr.onrender.com/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Jun 2024 16:52:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"8912a1cb5f9c7f62-MAA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"5c-/RYvhM/9ASO8U73EYchJbGEo3v4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"rndr-id","value":"a4301f11-9e0f-45cb"},{"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\": \"Text file created successfully\",\n    \"filePath\": \"TimeStamps/2024-06-09-16-52-25.txt\"\n}"}],"_postman_id":"eb1852ca-1065-44fa-9c94-2574a90b537b"},{"name":"All TimeStamps","id":"eb907f75-fcc3-477f-96d9-8d483272ffe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nodejs-filesystem-fdcr.onrender.com/files","description":"<p>This endpoint retrieves a list of text files stored in a specific directory.</p>\n","urlObject":{"protocol":"https","path":["files"],"host":["nodejs-filesystem-fdcr","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"e8a56921-389d-4a60-ae47-2512517909d1","name":"All TimeStamps Ex","originalRequest":{"method":"GET","header":[],"url":"https://nodejs-filesystem-fdcr.onrender.com/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Jun 2024 16:52:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"8912a1dd8c4d7f62-MAA"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"a7-2d9+51LXWrFueHDue3knUct+Zm8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"rndr-id","value":"889a9dcf-d00c-4c92"},{"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    \"files\": [\n        \"2024-06-09-16-51-34.txt\",\n        \"2024-06-09-16-51-36.txt\",\n        \"2024-06-09-16-52-25.txt\",\n        \"2024-06-09-22-19-46.txt\",\n        \"2024-06-09-22-19-48.txt\",\n        \"2024-06-09-22-19-49.txt\"\n    ]\n}"}],"_postman_id":"eb907f75-fcc3-477f-96d9-8d483272ffe8"}]}