{"info":{"_postman_id":"a90d5e03-8f35-47d6-974b-56bcbbacd53d","name":"A REST API for African Literature","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The African Literature api is one that provides data on literature in\n Africa. It provides, name, author, country, isbn, pages, published, and genre of literature in Africa. This api is developed uing NodeJs, ExpressJs, MongoDB MongoDB atlas for cloud based service. </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"11641738","collectionId":"a90d5e03-8f35-47d6-974b-56bcbbacd53d","publishedId":"TVKBXcyA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-18T13:11:17.000Z"},"item":[{"name":"Homepage","id":"cba001c8-3ebd-48cc-86fc-617ebcb9c815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost/4000","description":"<p>This request gets the homepage which displays a welcome message </p>\n","urlObject":{"protocol":"http","path":["4000"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46032ec7-7c40-4c45-8367-5b751a37bec0","name":"Homepage","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost/3000/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Welcome to African Literature api. An api that provides data of literature in Africa.\"\r\n}"}],"_postman_id":"cba001c8-3ebd-48cc-86fc-617ebcb9c815"},{"name":"All Literature","id":"0acbcb94-b224-4dab-91c7-80f71c6efdc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/Africa/Literature","description":"<p>This request gets all literature in the api.</p>\n","urlObject":{"port":"3000","path":["Africa","Literature"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c700afe2-5d55-4f0f-b180-a9cbd3a950b9","name":"All Literature","originalRequest":{"method":"GET","header":[],"url":"localhost/3000/Africa/Literature"},"code":200,"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":"{\r\n        \"_id\": \"5f5fd4481532eb373c15b1e8\",\r\n        \"bookTitle\": \"Half of a Yellow Sun\",\r\n        \"authorName\": \"Chimamanda Ngozi Adichie\",\r\n        \"genre\": \"Historical Fiction\",\r\n        \"published\": \"2007\",\r\n        \"pages\": \"448\",\r\n        \"country\": \"Nigeria\",\r\n        \"isbn\": \"978-0-00-720028-3\",\r\n        \"__v\": 0\r\n    }"}],"_postman_id":"0acbcb94-b224-4dab-91c7-80f71c6efdc4"},{"name":"Search by Book Title","id":"47d1c27d-6540-4e47-a8f6-168227e6c558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/Africa/Literature/:bookTitle","description":"<p>This request gets the result of a specific book title search</p>\n","urlObject":{"port":"3000","path":["Africa","Literature",":bookTitle"],"host":["localhost"],"query":[],"variable":[{"type":"string","value":"","key":"bookTitle"}]}},"response":[{"id":"2e737133-29cd-4ce3-8bb7-f9614945d868","name":"Search by Book Title","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/Africa/Literature/?bookTitle=Half of a Yellow Sun","host":["localhost"],"port":"3000","path":["Africa","Literature",""],"query":[{"key":"bookTitle","value":"Half of a Yellow Sun"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\r\n        \"_id\": \"5f5fd4481532eb373c15b1e8\",\r\n        \"bookTitle\": \"Half of a Yellow Sun\",\r\n        \"authorName\": \"Chimamanda Ngozi Adichie\",\r\n        \"genre\": \"Historical Fiction\",\r\n        \"published\": \"2007\",\r\n        \"pages\": \"448\",\r\n        \"country\": \"Nigeria\",\r\n        \"isbn\": \"978-0-00-720028-3\",\r\n        \"__v\": 0\r\n    },"}],"_postman_id":"47d1c27d-6540-4e47-a8f6-168227e6c558"},{"name":"Add Literature","id":"a1848f6a-4d60-4281-9664-25ea28897ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost/3000/Africa/add-Literature","description":"<p>This post request adds literature to the api.</p>\n","urlObject":{"protocol":"http","path":["3000","Africa","add-Literature"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"29ccac2a-9725-484e-9608-7ff6dcca6aa1","name":"Add Literature","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"isbn","value":"978-0-00-720028-3","type":"text"},{"key":"bookTitle","value":"Half of a Yellow Sun","type":"text"},{"key":"authorName","value":"Chimamanda Ngozi Adichie","type":"text"},{"key":"genre","value":"Historical Fiction","type":"text"},{"key":"country","value":"Nigeria","type":"text"},{"key":"pages","value":"448","type":"text"},{"key":"year","value":"2007","type":"text"}]},"url":{"raw":"localhost:3000/Africa/add-literature","host":["localhost"],"port":"3000","path":["Africa","add-literature"],"query":[{"key":"isbn","value":"978-0-00-720028-3","disabled":true},{"key":"bookTitle","value":"Half of a Yellow Sun","disabled":true},{"key":"authorName","value":"Chimamanda Ngozi Adichie","disabled":true},{"key":"genre","value":"Historical Fiction","disabled":true},{"key":"country","value":"Nigeria","disabled":true},{"key":"pages","value":"448","disabled":true},{"key":"published","value":"2007","disabled":true}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n        \"_id\": \"5f5fd4481532eb373c15b1e8\",\r\n        \"bookTitle\": \"Half of a Yellow Sun\",\r\n        \"authorName\": \"Chimamanda Ngozi Adichie\",\r\n        \"genre\": \"Historical Fiction\",\r\n        \"published\": \"2007\",\r\n        \"pages\": \"448\",\r\n        \"country\": \"Nigeria\",\r\n        \"isbn\": \"978-0-00-720028-3\",\r\n        \"__v\": 0\r\n    },"}],"_postman_id":"a1848f6a-4d60-4281-9664-25ea28897ceb"},{"name":"Delete Literature","id":"8f9acd8d-54e2-45a2-afb7-dcf8f0051714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost/3000/Africa/Literature/:isbn","description":"<p>Delete an existing literature in the api by using its isbn</p>\n","urlObject":{"protocol":"http","path":["3000","Africa","Literature",":isbn"],"host":["localhost"],"query":[],"variable":[{"type":"string","value":"","key":"isbn"}]}},"response":[{"id":"3359765a-0be4-4adc-a014-e1cfff7c2a86","name":"Delete Literature","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost/3000/Africa/Literature/8678777759676"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"\"Deleted successfully\""}],"_postman_id":"8f9acd8d-54e2-45a2-afb7-dcf8f0051714"},{"name":"Update Literature","id":"5cb5b477-50c5-4f55-ab41-029dd5b8f2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost/3000/Africa/Literature/:isbn","description":"<p>Updates values in a literature by using its isbn as the search parameter.</p>\n","urlObject":{"protocol":"http","path":["3000","Africa","Literature",":isbn"],"host":["localhost"],"query":[],"variable":[{"type":"string","value":"","key":"isbn"}]}},"response":[{"id":"76f3b46b-23bc-4900-a3fb-900afe92afde","name":"Update Literature","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"authorName","value":"Emeka Zuru","type":"text"}]},"url":"http://localhost/3000/Africa/Literature/978-0-00-720028-3"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" {\r\n        \"_id\": \"5f5fd4481532eb373c15b1e8\",\r\n        \"bookTitle\": \"Half of a Yellow Sun\",\r\n        \"authorName\": \"Emeka Zuru\",\r\n        \"genre\": \"Historical Fiction\",\r\n        \"published\": \"2007\",\r\n        \"pages\": \"448\",\r\n        \"country\": \"Nigeria\",\r\n        \"isbn\": \"978-0-00-720028-3\",\r\n        \"__v\": 0\r\n    },"}],"_postman_id":"5cb5b477-50c5-4f55-ab41-029dd5b8f2f7"}],"event":[{"listen":"prerequest","script":{"id":"b7317e89-8841-455b-8c6c-a8ef7143388a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4fb1feb-e25d-4f0f-a12e-58a4fd27a453","type":"text/javascript","exec":[""]}}]}