{"info":{"_postman_id":"d826376c-c560-4508-8d39-dfd4eb4053a9","name":"Platzi master","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"907650","collectionId":"d826376c-c560-4508-8d39-dfd4eb4053a9","publishedId":"TzY68tzT","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-07T04:24:59.000Z"},"item":[{"name":"Categories","item":[{"name":"Index","id":"7022d841-4066-437c-9d33-83007389d806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/api/categories","urlObject":{"path":["api","categories"],"host":["{{hostname}}"],"query":[{"disabled":true,"key":"paginate","value":"true"},{"disabled":true,"key":"per_page","value":"2"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7022d841-4066-437c-9d33-83007389d806"},{"name":"Find","id":"fcea6688-4af4-4955-9766-cee676b6f137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/api/categories/:id","urlObject":{"path":["api","categories",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bc996c88f971284ec660d2","key":"id"}]}},"response":[],"_postman_id":"fcea6688-4af4-4955-9766-cee676b6f137"},{"name":"Create","id":"d851e51e-f3ab-4ba5-bfd5-e3880521b243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Category 5\",\r\n    \"image\": \"cat5.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostname}}/api/categories","urlObject":{"path":["api","categories"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d851e51e-f3ab-4ba5-bfd5-e3880521b243"},{"name":"Update","id":"001e3603-7761-44b9-b916-de08ca693295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Category 9\",\r\n    \"image\": \"cat9.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostname}}/api/categories/:id","urlObject":{"path":["api","categories",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bc996c88f971284ec660d2","key":"id"}]}},"response":[],"_postman_id":"001e3603-7761-44b9-b916-de08ca693295"},{"name":"Delete","id":"5c9f9e6d-21b0-4fff-acac-bbe97a443eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{hostname}}/api/categories/:id","urlObject":{"path":["api","categories",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bc996c88f971284ec660d2","key":"id"}]}},"response":[],"_postman_id":"5c9f9e6d-21b0-4fff-acac-bbe97a443eb3"}],"id":"e78717bd-9330-4e0c-9811-e0ceda70f6c8","_postman_id":"e78717bd-9330-4e0c-9811-e0ceda70f6c8","description":""},{"name":"Products","item":[{"name":"Index","id":"9d73c585-5542-4bdc-98a1-7423469a6ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/api/products","urlObject":{"path":["api","products"],"host":["{{hostname}}"],"query":[{"disabled":true,"key":"paginate","value":"true"},{"disabled":true,"key":"per_page","value":"2"},{"disabled":true,"key":"page","value":"3"}],"variable":[]}},"response":[],"_postman_id":"9d73c585-5542-4bdc-98a1-7423469a6ff7"},{"name":"Find","id":"acfa09d0-b3d9-402f-8059-83259f7aa6c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}/api/products/:id","urlObject":{"path":["api","products",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bca3f28d1bbf2e14a1cf6b","key":"id"}]}},"response":[],"_postman_id":"acfa09d0-b3d9-402f-8059-83259f7aa6c1"},{"name":"Create","id":"1a7d37ed-ffb4-4817-b300-9a8bb1be486a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Product 1\",\r\n    \"price\": 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostname}}/api/products","urlObject":{"path":["api","products"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a7d37ed-ffb4-4817-b300-9a8bb1be486a"},{"name":"Update","id":"afcfdbaf-23ca-46e2-871b-859255be1e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"price\": 12.2,\r\n    \"description\": \"Producto genérico editado\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{hostname}}/api/products/:id","urlObject":{"path":["api","products",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bca3f28d1bbf2e14a1cf6b","key":"id"}]}},"response":[],"_postman_id":"afcfdbaf-23ca-46e2-871b-859255be1e0e"},{"name":"Delete","id":"6b05b89f-a100-4a02-8e35-1a2f7662311f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{hostname}}/api/products/:id","urlObject":{"path":["api","products",":id"],"host":["{{hostname}}"],"query":[],"variable":[{"type":"any","value":"60bd599cbb1cc4086fea7693","key":"id"}]}},"response":[],"_postman_id":"6b05b89f-a100-4a02-8e35-1a2f7662311f"},{"name":"Filter by category","id":"665e405a-df79-4a8b-9f06-466975528f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{hostname}}api/categories/:categoryId/products","urlObject":{"path":["categories",":categoryId","products"],"host":["{{hostname}}api"],"query":[],"variable":[{"type":"any","value":"60bd5910bb1cc4086fea768b","key":"categoryId"}]}},"response":[],"_postman_id":"665e405a-df79-4a8b-9f06-466975528f44"}],"id":"869cd5b5-9ce3-4bdb-ba9d-4b50f93b6350","_postman_id":"869cd5b5-9ce3-4bdb-ba9d-4b50f93b6350","description":""}]}