{"info":{"_postman_id":"65561912-d94c-4431-aaf9-ffc5862ff934","name":"URL shortener","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17975360","collectionId":"65561912-d94c-4431-aaf9-ffc5862ff934","publishedId":"2sB2j999pk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-10T22:18:31.000Z"},"item":[{"name":"Index page","id":"65826d2f-ed96-4c1f-b367-337f73b7beb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"b5b55ae5-76ba-4639-8ec9-bfbfe36322ef","name":"Index page","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/index"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 20 Mar 2025 22:19:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"URL Shortener backend server is up and running\",\n    \"status\": 200,\n    \"success\": true\n}"}],"_postman_id":"65826d2f-ed96-4c1f-b367-337f73b7beb0"},{"name":"Generate link","id":"0a5e540a-c5f3-4e55-bd8d-2d4a6c1cec5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"URL\": \"https://github.com/dipo\",\n    \"ExpiresAt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/url/create-url","urlObject":{"protocol":"http","port":"8080","path":["api","url","create-url"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"4a09f366-2a7d-4792-9cb7-35b6c0d20468","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"URL\": \"https://github.com/dipo\",\n    \"ExpiresAt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/url/create-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Apr 2025 00:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"260"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"b4d394d6-fb9f-4025-b8e6-73df85ea2859\",\n        \"url\": \"https://github.com/dipo\",\n        \"shortURL\": \"6fd7b6cc42\",\n        \"clicks\": 0,\n        \"expiresAt\": \"2025-04-18T01:45:52.813Z\",\n        \"created_at\": \"0001-01-01T00:00:00Z\",\n        \"updated_at\": \"0001-01-01T00:00:00Z\"\n    },\n    \"status\": 200,\n    \"success\": true\n}"},{"id":"553bee4a-9200-4799-ae7f-11f833ff15af","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"URL\": \"https://github.com/dipo\",\n    \"ExpiresAt\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/url/create-url"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Apr 2025 00:45:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"109"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"URL has already been shortened: http://localhost:8080/url/6fd7b6cc42\",\n    \"status\": 400,\n    \"success\": false\n}"}],"_postman_id":"0a5e540a-c5f3-4e55-bd8d-2d4a6c1cec5f"}]}