{"info":{"_postman_id":"47f19fdd-b436-4b30-9c91-21624d2b1ff2","name":"Books API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21869795","collectionId":"47f19fdd-b436-4b30-9c91-21624d2b1ff2","publishedId":"2s93K1pKok","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-20T15:57:45.000Z"},"item":[{"name":"Get All Books","id":"0abc0910-dd4a-44fe-889d-9eb92123b4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/books","urlObject":{"port":"4000","path":["books"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32476618-27b3-404f-b430-855e1fb17424","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/books"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Mar 2023 15:34:48 GMT"},{"key":"Content-Length","value":"141"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"title\": \"New Book\",\n        \"author\": \"Me\",\n        \"desc\": \"A new book by me\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"New Book 2\",\n        \"author\": \"You\",\n        \"desc\": \"A new book by you\"\n    }\n]"}],"_postman_id":"0abc0910-dd4a-44fe-889d-9eb92123b4a7"},{"name":"Add Book","id":"7f51caa5-6d6a-4810-8a20-195d26cf0bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Book\",\n    \"author\": \"Me\",\n    \"desc\": \"A new book by me\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/books","urlObject":{"port":"4000","path":["books"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7082f747-9cd1-4506-b7a8-6462248238ea","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Book\",\n    \"author\": \"Me\",\n    \"desc\": \"A new book by me\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/books"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 20 Mar 2023 15:33:33 GMT"},{"key":"Content-Length","value":"7"},{"key":"Content-Type","value":"text/plain; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Created"},{"id":"eea90091-e0e7-4459-95dd-68e8525f9cbb","name":"Invalid Data","originalRequest":{"method":"POST","header":[],"url":"localhost:4000/books"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 20 Mar 2023 15:34:06 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7f51caa5-6d6a-4810-8a20-195d26cf0bee"},{"name":"Get Book","id":"dd2653ad-ba32-4b6f-9944-b8bcde95e0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4000/books/1","urlObject":{"port":"4000","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cac3beb6-7040-41ec-acbe-58c90af40515","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/books/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Mar 2023 15:50:02 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"New Book\",\n    \"author\": \"Me\",\n    \"desc\": \"A new book by me\"\n}"},{"id":"584520da-267b-444b-8d9f-72ed7c9650c6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"localhost:4000/books/3"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Mar 2023 15:50:21 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Book with id 3 not found\",\n    \"error_status\": \"Data not found\"\n}"}],"_postman_id":"dd2653ad-ba32-4b6f-9944-b8bcde95e0f2"},{"name":"Update Book","id":"c71643af-321f-447a-9571-c1c31294990b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Book Another\",\n    \"author\": \"Me and You\",\n    \"desc\": \"A new book by me and you\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/books/1","urlObject":{"port":"4000","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"77c00957-421a-4581-a772-e4a1a870ba89","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Book Another\",\n    \"author\": \"Me and You\",\n    \"desc\": \"A new book by me and you\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/books/1"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 20 Mar 2023 15:52:06 GMT"},{"key":"Content-Length","value":"7"},{"key":"Content-Type","value":"text/plain; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Updated"},{"id":"24c17bf1-c069-4b60-b078-c7364af06340","name":"Not Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"New Book Another\",\n    \"author\": \"Me and You\",\n    \"desc\": \"A new book by me and you\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4000/books/3"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Mar 2023 15:52:16 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Book with id 3 not found\",\n    \"error_status\": \"Data not found\"\n}"}],"_postman_id":"c71643af-321f-447a-9571-c1c31294990b"},{"name":"Delete Book","id":"958b96aa-07d5-4ef5-bc17-24141eb1aa67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4000/books/1","urlObject":{"port":"4000","path":["books","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1eb46f2-b402-44ba-925d-81f37f10a861","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4000/books/1"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 20 Mar 2023 15:53:30 GMT"},{"key":"Content-Length","value":"7"},{"key":"Content-Type","value":"text/plain; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"Deleted"},{"id":"e136dae3-b46a-44ba-91bb-4c756d7c2d7f","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4000/books/2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 20 Mar 2023 15:53:43 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"error_message\": \"Book with id 2 not found\",\n    \"error_status\": \"Data not found\"\n}"}],"_postman_id":"958b96aa-07d5-4ef5-bc17-24141eb1aa67"}]}