EVOLUTION-MANAGER
Edit File: index.http
#Consultas GET http://localhost:4000/ HTTP/ 1.1 ### GET http://localhost:4000/api/productos/668f287b9c7b222ad062ffb0 ### POST http://localhost:4000/api/productos HTTP/1.1 Content-Type: application/json { "nombre": "Pepsi 3L", "categoria": "Bebidas", "ubicacion": "Bodega", "precio": 3 } #{ # "nombre": "Leche Chocolatada Especial 1L", # "categoria": "Lácteos", # "ubicacion": "Bodega", # "precio": 1.25 #} ### PUT http://localhost:4000/api/productos/668f287b9c7b222ad062ffb0 HTTP/1.1 Content-Type: application/json { "nombre": "Pepsi 3L", "categoria": "Bebidas", "ubicacion": "Bodega-Portoviejo", "precio": 3 } ### DELETE http://localhost:4000/api/productos/668f33b0ac26adcea378221c HTTP/1.1