{"info":{"_postman_id":"63c52f15-daf9-49a7-87dd-9608c4a0cd91","name":"MedVice Back-End API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This is a Node Based Back-End that connects to The National Library of Medicine's (NLM) Digital Collections and searches for articles that matches the query parameter.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Base URL: <a href=\"https://medvice-backend.herokuapp.com/\">https://medvice-backend.herokuapp.com/</a></p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>500 Internal Server Error - Query did not validate or was able to fetch results</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The NLM advises to not abuse the database and the backend endpoints rely on the usage of the database.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"12353296","collectionId":"63c52f15-daf9-49a7-87dd-9608c4a0cd91","publishedId":"TVmJheF7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-29T07:30:45.000Z"},"item":[{"name":"https://medvice-backend.herokuapp.com/","id":"d6da9899-f2a4-4497-b63f-ce34d4e52762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://medvice-backend.herokuapp.com/","description":"<p>returns status, environment, and port number of API</p>\n","urlObject":{"protocol":"https","path":[""],"host":["medvice-backend","herokuapp","com"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"6b9d9acf-cdb3-48c4-a6b9-5a4c4d0a123d","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://medvice-backend.herokuapp.com/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6da9899-f2a4-4497-b63f-ce34d4e52762"},{"name":"https://medvice-backend.herokuapp.com/search?searchquery=","id":"5bf88f1f-0dd1-48f4-8a68-6a5c803a4c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://medvice-backend.herokuapp.com/search?searchquery=cholera","description":"<p> Returns names of the articles containing the term entered in the query for the current search</p>\n","urlObject":{"protocol":"https","path":["search"],"host":["medvice-backend","herokuapp","com"],"query":[{"key":"searchquery","value":"cholera"}],"variable":[]}},"response":[{"id":"69cd536f-410f-4900-873a-ca31b1d5a25c","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://medvice-backend.herokuapp.com/search?searchquery=","protocol":"https","host":["medvice-backend","herokuapp","com"],"path":["search"],"query":[{"key":"searchquery","value":""}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5bf88f1f-0dd1-48f4-8a68-6a5c803a4c08"}]}