{"info":{"_postman_id":"61a6df94-a867-4b70-8444-59a2cd7beecc","name":"smart-home-backend","description":"# Introduction\nWhat does your API do?\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nWhat errors and status codes can a user expect?\n\n# Rate limit\nIs there a limit to the number of requests an user can send?","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"command","item":[{"name":"get commands","id":"5eaab9cf-4c37-4324-adee-eda12465d269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/commands"},"response":[]},{"name":"create command","id":"fa5f915c-c40e-4c79-8948-3e34daff1347","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/commands"},"response":[]},{"name":"update command by uuid","id":"799a817b-06ad-4217-8b40-267822e21f35","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/commands/:uuid","host":["{{endpoint}}"],"path":["commands",":uuid"],"variable":[{"key":"uuid"}]}},"response":[]},{"name":"delete command by uuid","id":"37f1451f-b999-4b03-9b19-34c14bd2ed11","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/commands/:uuid","host":["{{endpoint}}"],"path":["commands",":uuid"],"variable":[{"key":"uuid","value":null}]}},"response":[]}],"id":"011bba9f-b1e1-4f4c-9ca4-eae41b3b1daf"},{"name":"request","item":[{"name":"get requests","id":"c9fe2fcc-760e-4064-ac84-2f429cefb432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/requests"},"response":[]},{"name":"create request","id":"e5164041-7cf2-4cbe-b50f-62a0782d93d2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/requests"},"response":[]},{"name":"update request by uuid","id":"4e4099e2-6438-4688-ad46-3bdbe17002de","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/requests/:uuid","host":["{{endpoint}}"],"path":["requests",":uuid"],"variable":[{"key":"uuid","value":null}]}},"response":[]},{"name":"delete request by uuid","id":"21f6e6a6-f9b5-40dd-806c-a9108f431fc7","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/requests/:uuid","host":["{{endpoint}}"],"path":["requests",":uuid"],"variable":[{"key":"uuid","value":null}]}},"response":[]}],"id":"b7cd743d-828c-4916-add3-359fa9a03d78"}],"event":[{"listen":"prerequest","script":{"id":"6af39ac3-3595-4406-9835-04be0d98f525","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6722f17-e648-4153-bce9-1d5966bba9e1","type":"text/javascript","exec":[""]}}],"variable":[{"id":"883a926d-008c-41d2-8f9f-5be7fe49476c","key":"endpoint","value":"http://127.0.0.1"}]}