{"info":{"_postman_id":"a04aa236-a4b2-48e7-b0ad-05ddf4f21161","name":"Key-Value Store","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"551409","collectionId":"a04aa236-a4b2-48e7-b0ad-05ddf4f21161","publishedId":"UVJhEFaU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-06T00:36:12.000Z"},"item":[{"name":"Get","id":"19a2605f-3f88-4e3c-9812-63c06a33b789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://thawing-fjord-72264.herokuapp.com/?key=foo","urlObject":{"protocol":"https","path":[""],"host":["thawing-fjord-72264","herokuapp","com"],"query":[{"key":"key","value":"foo"}],"variable":[]}},"response":[{"id":"0c23baa9-7f2a-427f-a1d8-dc4984151f70","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://thawing-fjord-72264.herokuapp.com/?key=foo","protocol":"https","host":["thawing-fjord-72264","herokuapp","com"],"path":[""],"query":[{"key":"key","value":"foo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 06 Dec 2021 00:34:34 GMT"},{"key":"Content-Length","value":"28"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"foo\",\n    \"value\": \"bar\"\n}"},{"id":"42485e74-c3df-48b1-a689-94f619f75e0d","name":"Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://thawing-fjord-72264.herokuapp.com/?key=foo2","protocol":"https","host":["thawing-fjord-72264","herokuapp","com"],"path":[""],"query":[{"key":"key","value":"foo2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 06 Dec 2021 00:34:53 GMT"},{"key":"Content-Length","value":"41"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"key not found in the store\"\n}"}],"_postman_id":"19a2605f-3f88-4e3c-9812-63c06a33b789"},{"name":"Set","id":"df240b4e-060e-4e9a-a8bc-4750738cc896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"key","value":"foo","type":"text"},{"key":"value","value":"bar","type":"text"}]},"url":"https://thawing-fjord-72264.herokuapp.com/","urlObject":{"protocol":"https","path":[""],"host":["thawing-fjord-72264","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"626b5f06-fab6-4041-b2a8-8be0d61d75ab","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"key","value":"foo","type":"text"},{"key":"value","value":"bar","type":"text"}]},"url":"https://thawing-fjord-72264.herokuapp.com/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 06 Dec 2021 00:34:27 GMT"},{"key":"Content-Length","value":"28"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"key\": \"foo\",\n    \"value\": \"bar\"\n}"}],"_postman_id":"df240b4e-060e-4e9a-a8bc-4750738cc896"},{"name":"Flush","id":"22618f05-f96f-4652-9afd-1ae08f1892d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://thawing-fjord-72264.herokuapp.com/","urlObject":{"protocol":"https","path":[""],"host":["thawing-fjord-72264","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"35982fe6-c08a-4f12-8fb1-6fee098974c7","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://thawing-fjord-72264.herokuapp.com/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 06 Dec 2021 00:35:34 GMT"},{"key":"Content-Length","value":"42"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Store successfully flushed.\"\n}"}],"_postman_id":"22618f05-f96f-4652-9afd-1ae08f1892d7"}]}