{"info":{"_postman_id":"96d4fda2-09e6-4c73-9509-97fe5a76860e","name":"Blog API","description":"<html><head></head><body><p>Created a User using JWT authentication via AuthGuard from nest-passport.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"22922217","collectionId":"96d4fda2-09e6-4c73-9509-97fe5a76860e","publishedId":"2s935oKiWk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-04T11:18:22.000Z"},"item":[{"name":"user register","id":"2c4d9dfc-f364-4b53-9f68-a9e087546eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"_id\":\"1234\",\r\n    \"username\":\"Manjeet Pathak\",\r\n    \"email\":\"manjeetpathak2003@gmail.com\",\r\n    \"password\":\"manjeet@2003\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/register","urlObject":{"protocol":"http","port":"3001","path":["register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c4d9dfc-f364-4b53-9f68-a9e087546eb1"},{"name":"Blog creation","id":"eb9146e6-b0d8-435d-887c-b56f0f221ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Lucknow","type":"text"},{"key":"description","value":"Hometown popularly known as City of Nawabs","type":"text"}]},"url":"http://localhost:3001/blog/post","description":"<p>Created a Blog Post of the authorised user only when the User is logged in for that we passed the token generated by JWT.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["blog","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb9146e6-b0d8-435d-887c-b56f0f221ddb"},{"name":"User Blogs","id":"84aa52f5-c225-4589-bcf5-8a8c29afe432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/blog/posts","description":"<p>GET request to get all posts of an authorised User.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["blog","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"84aa52f5-c225-4589-bcf5-8a8c29afe432"},{"name":"Specific Blog from BlogID","id":"8e3c0c3a-f016-4a83-a39f-5205ee6f2237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/blog/post/63de344296ec3a6039bde807","description":"<p>Get request to get a specific post of an authorised User.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["blog","post","63de344296ec3a6039bde807"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e3c0c3a-f016-4a83-a39f-5205ee6f2237"},{"name":"Editing Specific Blog","id":"337c2442-f96e-4328-8e02-a0fafd833b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"City of Nawabs","type":"text"}]},"url":"http://localhost:3001/blog/edit?postID=63de344296ec3a6039bde807","description":"<p>Put request to edit a specific Post using it's PostID of an authorised User.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["blog","edit"],"host":["localhost"],"query":[{"key":"postID","value":"63de344296ec3a6039bde807"}],"variable":[]}},"response":[],"_postman_id":"337c2442-f96e-4328-8e02-a0fafd833b04"},{"name":"Delete a Blog","id":"b6966b78-9a3e-46d5-a377-3422a07753a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3001/blog/delete?postID=63de33ff96ec3a6039bde805","description":"<p>Deleting a specific Post using a specific PostID of an Authorised User.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["blog","delete"],"host":["localhost"],"query":[{"key":"postID","value":"63de33ff96ec3a6039bde805"}],"variable":[]}},"response":[],"_postman_id":"b6966b78-9a3e-46d5-a377-3422a07753a6"},{"name":"Login Request","id":"95a6cc5e-5b53-4f55-99f5-75f091017895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"_id\":\"1234\",\r\n    \"username\":\"Manjeet Pathak\",\r\n    \"email\":\"manjeetpathak2003@gmail.com\",\r\n    \"password\":\"manjeet@2003\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/login","description":"<p>Login request to get an authorised User Logged In.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95a6cc5e-5b53-4f55-99f5-75f091017895"}]}