{"info":{"_postman_id":"a37e011d-22d9-4481-8fb6-34d4dbb1d8bd","name":"PTM","description":"<html><head></head><body><p>Burası Auth ile ilgili route'leri taşır.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20866292","collectionId":"a37e011d-22d9-4481-8fb6-34d4dbb1d8bd","publishedId":"UyxdLUwK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-08T08:48:21.000Z"},"item":[{"name":"Auth","item":[{"name":"Forgot","item":[{"name":"Forgot","id":"431eaf92-5018-4eea-97be-a5a22834878d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/forgot","description":"<p>Maile token gönderir.</p>\n","urlObject":{"path":["api","auth","forgot"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"431eaf92-5018-4eea-97be-a5a22834878d"},{"name":"Forgot Change","id":"75dd6475-62e1-434c-a787-f89965b55240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"password\":\"\",\n\t\"retype_password\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/forgot_change?token=","description":"<p>Maile gelen token girilir.</p>\n","urlObject":{"path":["api","auth","forgot_change"],"host":["{{URL}}"],"query":[{"key":"token","value":""}],"variable":[]}},"response":[],"_postman_id":"75dd6475-62e1-434c-a787-f89965b55240"}],"id":"c9fab3ae-e68c-4156-8308-b8db2d75b6cd","description":"<p>Bu klasörde `Forgot`'a istek atılır ardından gelen maildeki token kopyalanıp `Forgot Change` kısmına yeni şifre ile istek atılır.</p>\n","_postman_id":"c9fab3ae-e68c-4156-8308-b8db2d75b6cd"},{"name":"Register","id":"b65b8120-3198-44fd-b66f-664700affdd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\":\"\",\n\t\"email\":\"\",\n\t\"password\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/register","description":"<p>Kayıt olmak için <code>name</code> <code>email</code> <code>password</code> istekte gönderilir.</p>\n","urlObject":{"path":["api","auth","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b65b8120-3198-44fd-b66f-664700affdd8"},{"name":"Login","id":"3f2aecee-8d44-4c73-a1b2-3cd2d555af64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"\",\n\t\"password\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/login","description":"<p>Giriş yaparak token alınır ve Postman'in global değişkenlere yerleştirilir.</p>\n","urlObject":{"path":["api","auth","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f2aecee-8d44-4c73-a1b2-3cd2d555af64"},{"name":"Verify","id":"7b8fce2e-a97a-46e9-be87-dd6ebc500068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/verify","description":"<p>Maile gelen doğrulama kodu ile istek atılır.</p>\n","urlObject":{"path":["api","auth","verify"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b8fce2e-a97a-46e9-be87-dd6ebc500068"},{"name":"Retry Verify","id":"85fb165c-1ada-4a9b-818b-aaab13623d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/auth/retry_verify_code","description":"<p>Yeniden doğrulama kodu gönderilir.</p>\n","urlObject":{"path":["api","auth","retry_verify_code"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85fb165c-1ada-4a9b-818b-aaab13623d9d"}],"id":"dba4a3f6-d81a-48ff-a18a-dedba8efe220","description":"<p>Burası auth ları taşır</p>\n","_postman_id":"dba4a3f6-d81a-48ff-a18a-dedba8efe220"},{"name":"Task","item":[{"name":"Task Add","id":"2f57c2c1-b8e7-442a-9ae3-d982796c47b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"\",\n\t\"description\":\"\",\n\t\"interval\":\"DAILY\",\n\t\"priority\":\"HIGH\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/task","description":"<p>Yeni task ekleme.</p>\n","urlObject":{"path":["api","task"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f57c2c1-b8e7-442a-9ae3-d982796c47b8"},{"name":"Tasks","id":"3ff2da49-879b-4435-a99c-b4991fdf854a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"url":"{{URL}}/api/tasks","description":"<p>Taskları listelemeye yarar.</p>\n<p>Tasklar query ile filtrelenebilir</p>\n<p><strong><code>/?interval=&amp;priority=</code></strong></p>\n<p><code>Interval</code> belirli zaman dilimleri girilebilir: <code>DAILY</code> <code>WEEKLY</code> <code>MONTHLY</code></p>\n<p><code>PRIORITY</code> belirli önemlilik dereceleri girilebilir: <code>LOW</code>, <code>MEDIUM</code>, <code>HIGH</code>, <code>URGENT</code></p>\n","urlObject":{"path":["api","tasks"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"interval","value":"WEEKLY"},{"disabled":true,"key":"priority","value":"LOW"}],"variable":[]}},"response":[],"_postman_id":"3ff2da49-879b-4435-a99c-b4991fdf854a"},{"name":"Task","id":"33c928b9-3631-4cf1-9230-3d878711ed97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/api/task?name=","description":"<p>Task görüntüleme.</p>\n","urlObject":{"path":["api","task"],"host":["{{URL}}"],"query":[{"key":"name","value":""}],"variable":[]}},"response":[],"_postman_id":"33c928b9-3631-4cf1-9230-3d878711ed97"},{"name":"Task Update","id":"b94fb506-1c15-48fa-a1ba-f07f809be0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"<NAME>\",\n\t\"description\":\"<description>\",\n\t\"interval\":\"DAILY\",\n\t\"priority\":\"LOW\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/api/task?id=<ID>","description":"<p>Task güncelleme.</p>\n","urlObject":{"path":["api","task"],"host":["{{URL}}"],"query":[{"key":"id","value":"<ID>"}],"variable":[]}},"response":[],"_postman_id":"b94fb506-1c15-48fa-a1ba-f07f809be0e3"},{"name":"Task Delete","id":"dc780e6f-55c9-48af-a5d9-9e11c47a48b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{URL}}/api/task?id=","description":"<p>Task silme.</p>\n","urlObject":{"path":["api","task"],"host":["{{URL}}"],"query":[{"key":"id","value":""}],"variable":[]}},"response":[],"_postman_id":"dc780e6f-55c9-48af-a5d9-9e11c47a48b9"}],"id":"d5ecfb05-6303-40c0-8e2b-cd7276702a90","description":"<p>Burası <code>Task</code>ları taşır</p>\n","_postman_id":"d5ecfb05-6303-40c0-8e2b-cd7276702a90"}]}