{"info":{"_postman_id":"44da55cf-5e84-44f9-a028-a4cdcbb2556b","name":"Cafe & Wifi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21536847","collectionId":"44da55cf-5e84-44f9-a028-a4cdcbb2556b","publishedId":"UzBmMnEC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-19T14:59:55.000Z"},"item":[{"name":"Search Cafes by Location","id":"41d1a003-2c41-496b-aee2-a4665af6644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/search?","urlObject":{"protocol":"http","port":"5000","path":["search"],"host":["localhost"],"query":[{"description":{"content":"<p>The /search route will search the cafe database for a cafe that matches the location queried. Use the loc parameter to pass a location name.</p>\n","type":"text/plain"},"key":"","value":null}],"variable":[]}},"response":[{"id":"6ee20f43-1adb-49ca-8379-dc12af6ab8bf","name":"Search Cafes by Location","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:5000/random?&loc=London Bridge","protocol":"http","host":["localhost"],"port":"5000","path":["random"],"query":[{"key":null,"value":null},{"key":"loc","value":"London Bridge","description":"Returns 2 cafes"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"41d1a003-2c41-496b-aee2-a4665af6644b"},{"name":"Get All Cafes","id":"3d139d6d-85e1-4313-bc3f-3ff73a79fe26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/all?","urlObject":{"protocol":"http","port":"5000","path":["all"],"host":["localhost"],"query":[{"description":{"content":"<p>Returns all cafes in the database</p>\n","type":"text/plain"},"key":null,"value":null}],"variable":[]}},"response":[],"_postman_id":"3d139d6d-85e1-4313-bc3f-3ff73a79fe26"},{"name":"Get a Random Cafe","id":"289aa1c3-c8ed-4b12-9907-e653f959823d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/random?","urlObject":{"protocol":"http","port":"5000","path":["random"],"host":["localhost"],"query":[{"description":{"content":"<p>Returns a random cafe from the database</p>\n","type":"text/plain"},"key":null,"value":null}],"variable":[]}},"response":[],"_postman_id":"289aa1c3-c8ed-4b12-9907-e653f959823d"},{"name":"Add New Cafe","id":"a7810adf-9612-4e35-b1c7-6ca259b8f138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Timberyard","type":"text"},{"key":"map_url","value":"https://g.page/fora---borough?share","type":"text"},{"key":"img_url","value":"https://lh3.googleusercontent.com/p/AF1QipOhkJk2MBtFW1RydPU0zf3bf8upGkTQWyhDpXzZ=s0","type":"text"},{"key":"location","value":"Borough","type":"text"},{"key":"has_sockets","value":"1","type":"text"},{"key":"has_toilet","value":"0","type":"text"},{"key":"has_wifi","value":"1","type":"text"},{"key":"can_take_calls","value":"1","type":"text"},{"key":"seats","value":"20-30","type":"text"},{"key":"coffee_price","value":"£2.40","type":"text"}]},"url":"http://localhost:5000/add","urlObject":{"protocol":"http","port":"5000","path":["add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7810adf-9612-4e35-b1c7-6ca259b8f138"},{"name":"Patch New Price","id":"e54e704e-048f-4d9a-98e0-657173435463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:5000/update-price","urlObject":{"protocol":"http","port":"5000","path":["update-price"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"1987d67b-289b-4349-a99f-4f425a9c6a89","name":"Patch New Price","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"http://localhost:5000/update-price/1?new_price=£2.50","protocol":"http","host":["localhost"],"port":"5000","path":["update-price","1"],"query":[{"key":"new_price","value":"£2.50","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e54e704e-048f-4d9a-98e0-657173435463"},{"name":"Report Cafe as Closed","id":"e487972a-b77a-4b00-872a-771ee8ffa26f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:5000/report-closed","urlObject":{"protocol":"http","port":"5000","path":["report-closed"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1f80c86d-2d44-47bd-bbd2-6c0afe3b0f02","name":"Report Cafe as Closed","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"report-closed/22?api-key=NothingGoldCanStay","host":["report-closed"],"path":["22"],"query":[{"key":"api-key","value":"NothingGoldCanStay"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e487972a-b77a-4b00-872a-771ee8ffa26f"}]}