{"info":{"_postman_id":"ea03fcd2-4f7c-450c-9513-ce106b337e9b","name":"Questionados","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16185945","collectionId":"ea03fcd2-4f7c-450c-9513-ce106b337e9b","publishedId":"TzzHmD4S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-28T01:30:42.000Z"},"item":[{"name":"DEMO","item":[{"name":"Delete user","id":"21dcccaf-380b-46fe-83f6-7f8823b8e361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/users/3","urlObject":{"protocol":"http","port":"8080","path":["users","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"21dcccaf-380b-46fe-83f6-7f8823b8e361"},{"name":"Post Login","id":"d6ecc18d-ba3a-4ac9-8b6c-b6a821f87aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"agos@mail.com\",\r\n    \"password\" : \"Password1!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/auth/login","urlObject":{"protocol":"http","port":"8080","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6ecc18d-ba3a-4ac9-8b6c-b6a821f87aa6"},{"name":"Post Register","id":"8cb72d93-f684-4406-a980-c7f676df6fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n    \"firstName\" : \"Agos\",\r\n    \"lastName\" : \"Barello\",\r\n    \"email\" : \"agos@mail.com\",\r\n    \"password\" : \"Password1!\"\r\n }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/auth/register","urlObject":{"protocol":"http","port":"8080","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cb72d93-f684-4406-a980-c7f676df6fc3"}],"id":"a809e446-85e2-47e6-b8a9-8f2a68a44453","_postman_id":"a809e446-85e2-47e6-b8a9-8f2a68a44453","description":""},{"name":"POST Categoria","id":"db2fc702-b18f-4143-9d0c-67de48b7e16b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nombre\": \"Geografia\",\r\n    \"descripcion\": \"Geografia\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-questionados-agosb.herokuapp.com/categorias","description":"<p>Agregar una nueva categoría de preguntas</p>\n","urlObject":{"protocol":"https","path":["categorias"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db2fc702-b18f-4143-9d0c-67de48b7e16b"},{"name":"GET categorias","id":"b20c340c-f854-40ea-aee9-6a087200f844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-questionados-agosb.herokuapp.com/categorias","description":"<p>Mostrar todas las categorías existentes</p>\n","urlObject":{"protocol":"https","path":["categorias"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b20c340c-f854-40ea-aee9-6a087200f844"},{"name":"PUT categoria","id":"5dd52f8b-09a4-4e32-9916-4195f2bd488a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"  {\"otroNombre\": \"Arte y Espectaculos\",\r\n    \"otraDescripcion\":\"Artes plasticas, musica, cine y mas\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://api-questionados-agosb.herokuapp.com/categorias/1","description":"<p>Modificar nombre o descripción de una categoría</p>\n","urlObject":{"protocol":"https","path":["categorias","1"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dd52f8b-09a4-4e32-9916-4195f2bd488a"},{"name":"POST Pregunta","id":"e807111c-8676-42dc-85e7-f1fc2580179d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\"enunciado\": \"¿Cual es la capital de Islandia?\",\r\n    \"opciones\" : [ {\"texto\": \"Reikiavik\", \"esCorrecta\" : true},\r\n                   {\"texto\": \"Akranes\", \"esCorrecta\" : false},\r\n                   {\"texto\": \"Dalvik\", \"esCorrecta\":\"false\"}\r\n                  ],\r\n    \"categoriaId\": 1\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://api-questionados-agosb.herokuapp.com/preguntas","description":"<p>Crear una nueva pregunta con sus opciones de respuesta</p>\n","urlObject":{"protocol":"https","path":["preguntas"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e807111c-8676-42dc-85e7-f1fc2580179d"},{"name":"GET Questionados pregunta","id":"0b0de619-c43a-41ef-882b-45ba1333abc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-questionados-agosb.herokuapp.com/questionados/next","description":"<p>Obtener preguntas al azar para jugar</p>\n","urlObject":{"protocol":"https","path":["questionados","next"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b0de619-c43a-41ef-882b-45ba1333abc3"},{"name":"GET pregunta ID","id":"77bc9480-c892-43bf-bbd4-9f22cb92d98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-questionados-agosb.herokuapp.com/preguntas/1","description":"<p>Buscar 1 pregunta por su id</p>\n","urlObject":{"protocol":"https","path":["preguntas","1"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"77bc9480-c892-43bf-bbd4-9f22cb92d98f"},{"name":"GET preguntas","id":"c3c471bf-0a16-4fa9-8b7d-11d35823b33b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-questionados-agosb.herokuapp.com/preguntas","description":"<p>Mostrar todas las preguntas</p>\n","urlObject":{"protocol":"https","path":["preguntas"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3c471bf-0a16-4fa9-8b7d-11d35823b33b"},{"name":"Delete pregunta","id":"0cb37794-c709-4597-ac10-1cfa9717fffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-questionados-agosb.herokuapp.com/pregunta/8","urlObject":{"protocol":"https","path":["pregunta","8"],"host":["api-questionados-agosb","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cb37794-c709-4597-ac10-1cfa9717fffc"}]}