{"info":{"_postman_id":"87b6ab5b-0d0c-43ed-ad43-69cc27014ba3","name":"Blog API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4691925","collectionId":"87b6ab5b-0d0c-43ed-ad43-69cc27014ba3","publishedId":"SVtVUTUP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-11T09:17:56.000Z"},"item":[{"name":"POST a Blog","id":"6e0cfe81-ad55-44a1-8099-7b5daea1b7c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"First Day of School\",\n\t\"summary\": \"At my first day of UC Davis I went to the ARC...\"\n}"},"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/new","description":"<p>A route to create a new blog with a title and summary.</p>\n","urlObject":{"path":["blogs","new"],"host":["https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"a73a8420-dc44-4ddf-b498-effe2e8d9875","name":"Blog POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"title\": \"My Day\",\n\t\"Summary\": \"Today I went to school and slept\"\n}"}],"_postman_id":"6e0cfe81-ad55-44a1-8099-7b5daea1b7c7"},{"name":"GET All Blogs","id":"acf50ab8-db12-42f5-9451-24c8f533baaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs","description":"<p>An endpoint that retrieves all of the blog in our database</p>\n","urlObject":{"path":["blogs"],"host":["https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"700fbf7b-f30b-42e8-bb58-34de907c05a3","name":"GET All Blogs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"362"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 05:02:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Bit Project Presents Death By Slime\": {\n        \"id\": 3,\n        \"summary\": \"Come to our event, Death By Slime to learn more about our club's oppoutunities and get slime!.\",\n        \"title\": \"Bit Project Presents Death By Slime\"\n    },\n    \"First Day of School\": {\n        \"id\": 4,\n        \"summary\": \"At my first day of UC Davis...\",\n        \"title\": \"First Day of School\"\n    }\n}"}],"_postman_id":"acf50ab8-db12-42f5-9451-24c8f533baaf"},{"name":"GET Specific Blog","id":"f8abc11c-40fb-452d-8ff8-0442d422e398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3","urlObject":{"path":["blogs","3"],"host":["https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"73a5d688-4bef-4f86-9950-63efc61211d2","name":"Failure: GET Specific Blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"232"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:48:16 GMT"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>"},{"id":"bebd89c0-7acd-435f-b636-3adba2c23d4b","name":"GET Specific Blog","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:44:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"summary\": \"At my first day of UC Davis...\",\n    \"title\": \"First Day of School\"\n}"}],"_postman_id":"f8abc11c-40fb-452d-8ff8-0442d422e398"},{"name":"DELETE a Blog","id":"7bb5ce7c-68d6-4b58-a480-67727465a913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/delete","description":"<p>A route to delete a specific blog</p>\n","urlObject":{"path":["blogs","3","delete"],"host":["https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"51a2d989-a31a-4f5e-b9e4-af6efffc2a0c","name":"success: DELETE a Blog","originalRequest":{"method":"DELETE","header":[],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/delete"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:49:48 GMT"}],"cookie":[],"responseTime":null,"body":"OK"},{"id":"9ce8ee4c-4ab6-4d9c-8444-6711d856268a","name":"failure: DELETE a Blog","originalRequest":{"method":"DELETE","header":[],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/delete"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"232"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:48:52 GMT"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>"}],"_postman_id":"7bb5ce7c-68d6-4b58-a480-67727465a913"},{"name":"PUT Edit a Blog","id":"9438581f-a745-42a8-af29-05c4132c4206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"summary\": \"Come to our event, Death By Slime to learn more about our club's oppoutunities and get slime!.\"\n}"},"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/edit","description":"<p>An endpoint that edits a blog.</p>\n","urlObject":{"path":["blogs","3","edit"],"host":["https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"439facb3-fdb3-4122-9852-862e96ef4865","name":"failure: PUT Edit a Blog","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/edit"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html"},{"key":"Content-Length","value":"187"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:55:16 GMT"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>400 Bad Request</title>\n<h1>Bad Request</h1>\n<p>Failed to decode JSON object: Expecting value: line 1 column 1 (char 0)</p>"},{"id":"c050a249-b284-4406-b7ee-49b13bef76be","name":"success: PUT Edit a Blog","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Bit Project Presents Death By Slime\",\n\t\"summary\": \"Come to our event, Death By Slime to learn more about our club's oppoutunities.\"\n}"},"url":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io/blogs/3/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Server","value":"Werkzeug/0.16.0 Python/3.7.3"},{"key":"Date","value":"Wed, 02 Oct 2019 04:57:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"summary\": \"Come to our event, Death By Slime to learn more about our club's oppoutunities.\",\n    \"title\": \"Bit Project Presents Death By Slime\"\n}"}],"_postman_id":"9438581f-a745-42a8-af29-05c4132c4206"}],"event":[{"listen":"prerequest","script":{"id":"ed24c2cb-b1cd-40b2-9c62-32dea49c12b6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e17e45c5-462f-48b0-885b-de0adc8feefe","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://97dfc817-3460-4c28-ab86-d60eacf4a7f6.mock.pstmn.io"},{"key":"blog_id","value":"3"}]}