{"info":{"_postman_id":"9fd165e9-dea2-40c8-90cb-7663a88e4f56","name":"Blogify-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27431083","collectionId":"9fd165e9-dea2-40c8-90cb-7663a88e4f56","publishedId":"2sA3dsmDY2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-27T06:31:06.000Z"},"item":[{"name":"comments","item":[{"name":"New Request","id":"eb234693-1885-4fe3-b99c-8ec7d2484f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user_id\": \"167b920b-0e79-4cd2-a462-9ce3c7f0f641\",\r\n  \"post_id\": \"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\",\r\n  \"content\": \"Bu bir örnek yorumdur.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/comments","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb234693-1885-4fe3-b99c-8ec7d2484f4e"},{"name":"Post ID'ye Göre Yorumları Getirme","id":"9e51986a-a631-4203-ac7e-75fb1d7cded7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/comments?post_id=\"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\"","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["localhost"],"query":[{"key":"post_id","value":"\"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\""}],"variable":[]}},"response":[],"_postman_id":"9e51986a-a631-4203-ac7e-75fb1d7cded7"},{"name":"Yorum ID'ye Göre Getirme","id":"01d16ff7-da5a-4e6f-b30c-14cbc2ef67d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/comments?id=\"00000000-0000-0000-0000-000000000000\"","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["localhost"],"query":[{"key":"id","value":"\"00000000-0000-0000-0000-000000000000\""}],"variable":[]}},"response":[],"_postman_id":"01d16ff7-da5a-4e6f-b30c-14cbc2ef67d9"},{"name":"Mevcut bir yorumu günceller.","id":"dbec6f35-02d4-4bbc-b93b-1b2734492e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"ab687747-eeaa-40b8-9d9a-376d2f96dc5b\",\r\n  \"user_id\": \"167b920b-0e79-4cd2-a462-9ce3c7f0f641\",\r\n  \"post_id\": \"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\",\r\n  \"content\": \"Bu güncellenmiş bir yorumdur.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/comments","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbec6f35-02d4-4bbc-b93b-1b2734492e40"},{"name":"bir yorumu siler.","id":"b49c3439-9c48-418a-8306-ee25b1d7cfff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/comments?id=\"00000000-0000-0000-0000-000000000000\"","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["localhost"],"query":[{"key":"id","value":"\"00000000-0000-0000-0000-000000000000\""}],"variable":[]}},"response":[],"_postman_id":"b49c3439-9c48-418a-8306-ee25b1d7cfff"}],"id":"fff93734-c750-4fcf-9925-fe01e7615073","_postman_id":"fff93734-c750-4fcf-9925-fe01e7615073","description":""},{"name":"likes","item":[{"name":"Like ID'ye Göre Getirme","id":"74d7d796-6882-4c47-b123-8cdbef03ad84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/likes?id=\"00000000-0000-0000-0000-000000000000\"","urlObject":{"protocol":"http","port":"8080","path":["likes"],"host":["localhost"],"query":[{"key":"id","value":"\"00000000-0000-0000-0000-000000000000\""}],"variable":[]}},"response":[],"_postman_id":"74d7d796-6882-4c47-b123-8cdbef03ad84"},{"name":"Like Oluşturma","id":"045eed58-93f5-4e21-8aaa-9ee4ec6f8628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user_id\":\"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\",\r\n  \"post_id\": \"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/likes","urlObject":{"protocol":"http","port":"8080","path":["likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"045eed58-93f5-4e21-8aaa-9ee4ec6f8628"},{"name":"Post ID'ye Göre Like'ları Getirme","id":"210b1705-fba1-4573-901f-4f675f8db8e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/likes?post_id=08011b19-3599-4d64-a36c-4ebd7a0c2bd3","description":"<p>StartFragment<strong>Amaç:</strong> Belirli bir posta ait tüm like'ları getirir.EndFragment</p>\n","urlObject":{"protocol":"http","port":"8080","path":["likes"],"host":["localhost"],"query":[{"key":"post_id","value":"08011b19-3599-4d64-a36c-4ebd7a0c2bd3"}],"variable":[]}},"response":[],"_postman_id":"210b1705-fba1-4573-901f-4f675f8db8e5"},{"name":"Like Silme","id":"fe9f82ff-a0a2-4982-abc2-19103da72333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/likes?id=\"00000000-0000-0000-0000-000000000000\"","urlObject":{"protocol":"http","port":"8080","path":["likes"],"host":["localhost"],"query":[{"key":"id","value":"\"00000000-0000-0000-0000-000000000000\""}],"variable":[]}},"response":[],"_postman_id":"fe9f82ff-a0a2-4982-abc2-19103da72333"}],"id":"29be1531-b381-46c2-94bd-724cf58d1840","_postman_id":"29be1531-b381-46c2-94bd-724cf58d1840","description":""},{"name":"Post","item":[{"name":"post oluşturma","id":"04572a44-50d8-4f3f-8b00-1c9c0cac0fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"Örnek Başlık\",\r\n  \"content\": \"Bu bir örnek post içeriğidir.\",\r\n  \"user_id\": \"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/posts","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"04572a44-50d8-4f3f-8b00-1c9c0cac0fa1"},{"name":"Belirli bir postu ID'sine göre getirir.","id":"0e45ed71-1364-4e79-b411-399e9ea5ab2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/posts?id=08011b19-3599-4d64-a36c-4ebd7a0c2bd3","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[{"key":"id","value":"08011b19-3599-4d64-a36c-4ebd7a0c2bd3"}],"variable":[]}},"response":[],"_postman_id":"0e45ed71-1364-4e79-b411-399e9ea5ab2f"},{"name":"Tüm Postları Getirme","id":"3b964ae1-11e0-47fc-a402-eb26b3513ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/posts","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b964ae1-11e0-47fc-a402-eb26b3513ef4"},{"name":"New Request","id":"ae06b795-a41b-4382-b03b-18c3d02945ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"08011b19-3599-4d64-a36c-4ebd7a0c2bd3\",\r\n  \"title\": \"Güncellenmiş Başlık\",\r\n  \"content\": \"Bu güncellenmiş bir post içeriğidir.\",\r\n  \"user_id\": \"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/posts","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae06b795-a41b-4382-b03b-18c3d02945ea"},{"name":"New Request","id":"62f58503-dab3-4f00-8532-483884ed82fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/posts?id=\"00000000-0000-0000-0000-000000000000\"","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["localhost"],"query":[{"key":"id","value":"\"00000000-0000-0000-0000-000000000000\""}],"variable":[]}},"response":[],"_postman_id":"62f58503-dab3-4f00-8532-483884ed82fc"}],"id":"10d99fe2-bc70-45b4-b91b-f0b05ad60dd5","_postman_id":"10d99fe2-bc70-45b4-b91b-f0b05ad60dd5","description":""},{"name":"users","item":[{"name":"kullanıcı ekler","id":"930ff8ec-9dad-4aa8-b291-4690e50293c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"denemne1\",\r\n  \"email\": \"denemne1@example.com\",\r\n  \"password\": \"deneme1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"930ff8ec-9dad-4aa8-b291-4690e50293c6"},{"name":"Kullanıcı ID'ye Göre Getirme","id":"3e60563b-e53f-4e26-81dd-ad0a8c203511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/users?id=\"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\"","description":"<p>StartFragment<a href=\"http://localhost:8080/users?id=%222b0cf16f-3f0e-42e8-9cc7-a934d40bc342%22EndFragment\">http://localhost:8080/users?id=\"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\"EndFragment</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[{"key":"id","value":"\"2b0cf16f-3f0e-42e8-9cc7-a934d40bc342\""}],"variable":[]}},"response":[],"_postman_id":"3e60563b-e53f-4e26-81dd-ad0a8c203511"},{"name":"Kullanıcı Adına Göre Getirme","id":"b343e7a8-03b9-48c3-ba4a-897f23ad10b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/users?username=denemne1","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[{"key":"username","value":"denemne1"}],"variable":[]}},"response":[],"_postman_id":"b343e7a8-03b9-48c3-ba4a-897f23ad10b0"},{"name":"kullanıcıyı günceller.","id":"3e3c7a2a-7e1a-42a3-a7d5-5f54322c8b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"username\": \"updatedUser\",\r\n  \"email\": \"updated@example.com\",\r\n  \"password\": \"newSecurePassword\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3c7a2a-7e1a-42a3-a7d5-5f54322c8b3e"},{"name":"kullanıcıyı siler.","id":"5268d866-d3cb-4816-9771-d3d95a78e279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/users?id=00000000-0000-0000-0000-000000000000","urlObject":{"protocol":"http","port":"8080","path":["users"],"host":["localhost"],"query":[{"key":"id","value":"00000000-0000-0000-0000-000000000000"}],"variable":[]}},"response":[],"_postman_id":"5268d866-d3cb-4816-9771-d3d95a78e279"}],"id":"67c0f325-8147-4e8b-a1fa-4c568ffb476b","_postman_id":"67c0f325-8147-4e8b-a1fa-4c568ffb476b","description":""}]}