{"info":{"_postman_id":"e4a52af3-51dd-4c91-b174-57ca7f3d7fa4","name":"Disney API","description":"<html><head></head><body><p>API para explorar el mundo de Disney, la cual permite conocer y modificar los personajes que lo componen y entender en qué películas estos participaron.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18786036","collectionId":"e4a52af3-51dd-4c91-b174-57ca7f3d7fa4","publishedId":"VUxLvTNr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-01T15:00:52.000Z"},"item":[{"name":"Characters","item":[{"name":"allCharacters","id":"c07c7e60-3780-4284-976d-4702d1dfabe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/characters","description":"<p><strong>Listado de personajes</strong></p>\n<p>El listado muestra Imagen y Nombre</p>\n","urlObject":{"protocol":"http","port":"3000","path":["characters"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c07c7e60-3780-4284-976d-4702d1dfabe4"},{"name":"oneCharacter","id":"a9f8664c-a001-4cdb-b9b5-e08e73e80ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/characters/1","description":"<p>Listado de los atributos del personaje, como así también sus películas o<br />series relacionadas.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["characters","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9f8664c-a001-4cdb-b9b5-e08e73e80ffe"},{"name":"addCharacter","id":"3a5b1db2-9743-48ab-8b09-2fe5c219f700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"picture\": \"image/mickey.jpg\",\n    \"name\": \"Mickey\",\n    \"age\": 18,\n    \"weight\": 50.3,\n    \"history\": \"Mickey Mouse es un personaje ficticio estadounidense de la serie del mismo nombre, emblema de la compañía Disney. Creado el 18 de noviembre de 1928.\"\n}"},"url":"http://localhost:3000/characters","description":"<p>Creación de personajes.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["characters"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a5b1db2-9743-48ab-8b09-2fe5c219f700"},{"name":"updateCharacter","id":"6fd2ec79-379e-4a44-8b5f-616428cfeab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"x-access-token","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"weight\": \"51.2\"\n}"},"url":"http://localhost:3000/characters/1","description":"<p>Actualización de personajes.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["characters","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fd2ec79-379e-4a44-8b5f-616428cfeab3"},{"name":"deleteCharacter","id":"b24b3386-d1e0-4ac6-8fc0-7e2d0a2c08b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/characters/1","description":"<p>Eliminación de personajes.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["characters","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b24b3386-d1e0-4ac6-8fc0-7e2d0a2c08b7"},{"name":"filterCharacter","id":"ee7e1211-f2ee-49ae-9d3c-b5be0d138bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/characters?name=Mickey&age=17","description":"<p>Permite buscar por nombre, y filtrar por edad, peso o películas/series en las que participó.  </p>\n<ul>\n<li>GET /characters?name=nombre</li>\n<li>GET /characters?age=edad</li>\n<li>GET /characters?movies=idMovie</li>\n</ul>\n","urlObject":{"protocol":"http","port":"3000","path":["characters"],"host":["localhost"],"query":[{"key":"name","value":"Mickey"},{"key":"age","value":"17"}],"variable":[]}},"response":[],"_postman_id":"ee7e1211-f2ee-49ae-9d3c-b5be0d138bf8"}],"id":"a11ec866-bd50-4ed9-a0b9-f2ddf2009092","description":"<p><strong>Modelo Personaje</strong>: deberá tener,<br />○ Imagen.<br />○ Nombre.<br />○ Edad.<br />○ Peso.<br />○ Historia.<br />○ Películas o series asociadas.</p>\n","_postman_id":"a11ec866-bd50-4ed9-a0b9-f2ddf2009092"},{"name":"Genres","item":[{"name":"allGenres","id":"85e24a0f-2096-4c59-9eea-5d6553b1794b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/genres","description":"<p><strong>Listado de Género</strong></p>\n","urlObject":{"protocol":"http","port":"3000","path":["genres"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"85e24a0f-2096-4c59-9eea-5d6553b1794b"},{"name":"oneGenre","id":"9585a307-bafe-4e01-bad7-c94ab3e2f541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/genres/1","description":"<p><strong>Detalle de Género</strong></p>\n","urlObject":{"protocol":"http","port":"3000","path":["genres","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9585a307-bafe-4e01-bad7-c94ab3e2f541"},{"name":"addGenre","id":"7c5b0b68-4623-41c7-b740-440d852170a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"x-access-token","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"picture\": \"genre/infantil.jpg\",\n    \"name\": \"Infantil\"\n}"},"url":"http://localhost:3000/genres","description":"<p>Creación de Género</p>\n","urlObject":{"protocol":"http","port":"3000","path":["genres"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c5b0b68-4623-41c7-b740-440d852170a2"},{"name":"updateGenre","id":"6cedcc88-61ca-41cb-9ea4-5eca45f9c07b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"x-access-token","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Sci-Fi\"\n}"},"url":"http://localhost:3000/genres/1","description":"<p>Actualización de Género.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["genres","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cedcc88-61ca-41cb-9ea4-5eca45f9c07b"},{"name":"deleteGenre","id":"1df1c0ca-39ed-4719-8e14-83586295c222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/genres/1","description":"<p>Eliminación de Género.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["genres","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1df1c0ca-39ed-4719-8e14-83586295c222"}],"id":"b6f03b79-914c-470d-b30c-17f1eb481084","description":"<p><strong>Modelo Género</strong>: deberá tener,<br />○ Nombre.<br />○ Imagen.<br />○ Películas o series asociadas.</p>\n","_postman_id":"b6f03b79-914c-470d-b30c-17f1eb481084"},{"name":"Movies","item":[{"name":"allMovies","id":"e260f59d-8a61-4e64-9225-8081749af6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/movies","description":"<p>Lista todas las Películas</p>\n","urlObject":{"protocol":"http","port":"3000","path":["movies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e260f59d-8a61-4e64-9225-8081749af6e7"},{"name":"oneMovie","id":"85560096-13e2-4378-b2bd-aff00cc11a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/movies/1","description":"<p><strong>Detalle de Película / Serie con sus personajes</strong><br />Devolverá todos los campos de la película o serie junto a los personajes asociados a la misma.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["movies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"85560096-13e2-4378-b2bd-aff00cc11a78"},{"name":"addMovie","id":"0fc8cf84-23ba-4d43-861a-d4d28f6b4035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"x-access-token","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"picture\": \"movie/fantasia.jpg\",\n    \"title\": \"Fantasía\",\n    \"create_date\": \"1940\",\n    \"calification\": 4,\n    \"genreId\": 1\n}"},"url":"http://localhost:3000/movies","description":"<p>Crea una nueva Película</p>\n","urlObject":{"protocol":"http","port":"3000","path":["movies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fc8cf84-23ba-4d43-861a-d4d28f6b4035"},{"name":"updateMovie","id":"4d587953-5702-4805-a0f8-dc3c53a63ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-access-token","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"calification\": 5\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/movies/1","description":"<p>Actualiza una Película</p>\n","urlObject":{"protocol":"http","port":"3000","path":["movies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d587953-5702-4805-a0f8-dc3c53a63ba7"},{"name":"deleteMovie","id":"84cddd57-b317-480f-93af-d8ed4e744b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/movies/1","description":"<p>Elimina una Película</p>\n","urlObject":{"protocol":"http","port":"3000","path":["movies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"84cddd57-b317-480f-93af-d8ed4e744b2c"},{"name":"filterMovie","id":"7c198208-16bc-4f3e-a2b7-2f838f19b87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-access-token","value":"","type":"text"}],"url":"http://localhost:3000/movies?name=Fantasía","description":"<p><strong>Búsqueda de Películas o Series</strong><br />Permite buscar por título, y filtrar por género. Además, permitir ordenar los resultados por fecha de creación de forma ascendiente o descendiente.  </p>\n<ul>\n<li>GET /movies?name=nombre</li>\n<li>GET /movies?genre=idGenero</li>\n<li>GET /movies?order=ASC | DESC</li>\n</ul>\n","urlObject":{"protocol":"http","port":"3000","path":["movies"],"host":["localhost"],"query":[{"key":"name","value":"Fantasía"},{"disabled":true,"description":{"content":"<p>idGenero</p>\n","type":"text/plain"},"key":"genre","value":"1"},{"disabled":true,"description":{"content":"<p>ASC o DESC</p>\n","type":"text/plain"},"key":"order","value":"ASC"}],"variable":[]}},"response":[],"_postman_id":"7c198208-16bc-4f3e-a2b7-2f838f19b87a"}],"id":"19a42a63-cf1e-4491-b373-db0bee69792f","description":"<p><strong>Listado de Películas</strong><br />Muestra solamente los campos imagen, título y fecha de creación.</p>\n","_postman_id":"19a42a63-cf1e-4491-b373-db0bee69792f"},{"name":"Auth","item":[{"name":"login","id":"7f1a976d-3b91-4e93-82f3-33acce32a1c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@disneyapi.com\",\n    \"password\": \"adminpass\"\n}"},"url":"http://localhost:3000/auth/login","description":"<p>Autenticación de Usuario.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f1a976d-3b91-4e93-82f3-33acce32a1c6"},{"name":"register","id":"9aa2211f-df69-497f-9fc9-dc963272366f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"admin\",\n    \"email\": \"admin@disneyapi.com\",\n    \"password\": \"adminpass\"\n}"},"url":"http://localhost:3000/auth/register","description":"<p><strong>Registro de Usuario</strong></p>\n<p>Al registrarse un usuario se envía un email de bienvenida.</p>\n","urlObject":{"protocol":"http","port":"3000","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aa2211f-df69-497f-9fc9-dc963272366f"}],"id":"17bec52e-78fa-4449-b02d-4e80e3fdd6eb","description":"<p><strong>Autenticación de Usuarios</strong><br />Para realizar peticiones a los endpoints subsiguientes el usuario debe contar con un token que obtiene al autenticarse.</p>\n","_postman_id":"17bec52e-78fa-4449-b02d-4e80e3fdd6eb"}]}