{"info":{"_postman_id":"409cbf86-c8d8-4880-b2f7-4c79e7af01f2","name":"djangoPosts","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12620310","collectionId":"409cbf86-c8d8-4880-b2f7-4c79e7af01f2","publishedId":"TVCiSR7W","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-06T06:08:22.000Z"},"item":[{"name":"listPosts","id":"64f62596-6903-4d23-88e0-63837f8ed5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/posts?title=","description":"<p>Listar todos los posts</p>\n","urlObject":{"path":["posts"],"host":["localhost:8080/api"],"query":[{"description":{"content":"<p>utilizar para filtrar los posts por titulo</p>\n","type":"text/plain"},"key":"title","value":""}],"variable":[]}},"response":[],"_postman_id":"64f62596-6903-4d23-88e0-63837f8ed5ca"},{"name":"getPost","id":"d6711c02-6eae-48d2-beb3-85f465d89603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/posts/1","description":"<p>Obtener post por id</p>\n","urlObject":{"path":["posts","1"],"host":["localhost:8080/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6711c02-6eae-48d2-beb3-85f465d89603"},{"name":"createPost","id":"bff5161c-23a9-4f01-a165-5202fa703cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Este es un título de prueba\",\r\n    \"content\": \"Probando 1...2....3...!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/posts/","description":"<p>crear post</p>\n","urlObject":{"path":["posts",""],"host":["localhost:8080/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff5161c-23a9-4f01-a165-5202fa703cee"},{"name":"listComments","id":"03e18012-d3da-4a55-992a-0507b4673a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/posts/1/comments","description":"<p>listar comentarios de un post</p>\n","urlObject":{"path":["posts","1","comments"],"host":["localhost:8080/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"03e18012-d3da-4a55-992a-0507b4673a32"},{"name":"createComment","id":"96c00ccf-d761-445c-882c-cdb2f7cfcf6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"Este es el seg comentario\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/posts/1/comments","description":"<p>crear comentario para un post</p>\n","urlObject":{"path":["posts","1","comments"],"host":["localhost:8080/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"96c00ccf-d761-445c-882c-cdb2f7cfcf6d"}],"event":[{"listen":"prerequest","script":{"id":"af8cf7a4-272b-4f07-a7ce-109e6f82abf8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3aa74090-4b4f-4fc0-90a9-39a3241ad924","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"localhost:8080/api"}]}