{"info":{"_postman_id":"411559d3-8ec9-4462-b743-47243f463511","name":"legder","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15779817","collectionId":"411559d3-8ec9-4462-b743-47243f463511","publishedId":"2s93CHuF8b","public":true,"customColor":{"top-bar":"435","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-18T17:47:27.000Z"},"item":[{"name":"LoggedIn","item":[{"name":"Get Signed User","id":"28b4b301-db45-42ef-91ce-a37e573c7bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/users/me","urlObject":{"path":["users","me"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b4b301-db45-42ef-91ce-a37e573c7bcb"},{"name":"Get All Users","event":[{"listen":"prerequest","script":{"id":"2275dd28-2bfb-4a83-bac9-cbb056091944","exec":[""],"type":"text/javascript"}}],"id":"d4b28153-5e43-4bc9-86f2-d4c7b1458a6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/user/all","urlObject":{"path":["user","all"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4b28153-5e43-4bc9-86f2-d4c7b1458a6a"},{"name":"Get Society by Id","id":"7780cade-7ab5-4a42-9d26-7ba5efb94097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/society/id/1","urlObject":{"path":["society","id","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7780cade-7ab5-4a42-9d26-7ba5efb94097"},{"name":"Get Society by Name","id":"bfb2c438-0c87-4ab6-9926-d1c52ce76784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/society/name/Computer_Society","urlObject":{"path":["society","name","Computer_Society"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfb2c438-0c87-4ab6-9926-d1c52ce76784"},{"name":"List All socities","event":[{"listen":"prerequest","script":{"id":"52d0b35f-35cb-45cc-b4df-566736bd4174","exec":[""],"type":"text/javascript"}}],"id":"68473977-3f08-4646-bcf0-8b325e11bb2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/society/all","urlObject":{"path":["society","all"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68473977-3f08-4646-bcf0-8b325e11bb2f"},{"name":"Create New Society","id":"6a138955-af06-42dc-abe6-d7c668de949e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Computer Society\",\n  \"department\": \"CSE\",\n  \"isActive\": true,\n  \"foundedDate\": \"2020-01-01\",\n  \"email\": \"cs2022@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/society","urlObject":{"path":["society"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a138955-af06-42dc-abe6-d7c668de949e"},{"name":"Link Member to Society","event":[{"listen":"prerequest","script":{"id":"db4cf6a8-468b-47cd-a839-81ab4b6934c9","exec":[""],"type":"text/javascript"}}],"id":"b39c61f2-9d70-40bb-86ee-0a999080e8cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"sid\": \"1\",\n  \"uid\": \"de859af0-cad8-4aad-a33f-d1eaa23b1078\",\n  \"position\": \"VICE_CHAIR\",\n  \"tenureStart\": \"2022-01-01\",\n  \"tenureEnd\": \"2023-01-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/society/add-member","urlObject":{"path":["society","add-member"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b39c61f2-9d70-40bb-86ee-0a999080e8cb"},{"name":"Get Society Members","id":"66e520ca-3358-48a8-bc1f-6bd75b487ebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BASE_URL}}/society/members/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"e349e37f-601d-485a-a733-d1b2305cbaeb","id":"e349e37f-601d-485a-a733-d1b2305cbaeb","name":"LoggedIn","type":"folder"}},"urlObject":{"path":["society","members","1"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66e520ca-3358-48a8-bc1f-6bd75b487ebb"}],"id":"e349e37f-601d-485a-a733-d1b2305cbaeb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"035cd268-21b0-46fa-be94-be0350a9229d","type":"text/javascript","exec":["const user = {","    \"email\": \"prajwalp.cs20@rvce.edu.in\",","  \"password\": \"Pass#123\"","}","","// Make request to sign in","pm.sendRequest({","  url: `${pm.environment.get('BASE_URL')}/auth/sign-in`,","  method: \"POST\",","  header: {","    \"Content-Type\": \"application/json\"","  },","  body: {","    mode: \"raw\",","    raw: JSON.stringify(user)","  }","}, function(err, res) {","  // Check for error","  if (err) {","    console.log(err);","    return;","  }","  const responseBody = res.json();","  const token = responseBody.accessToken;","  pm.environment.set(\"auth_token\", token);","  console.log(\"Token set as environment variable:\", token);","});"]}},{"listen":"test","script":{"id":"9e8ea339-b42c-4358-857e-e1598d461be2","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"_postman_id":"e349e37f-601d-485a-a733-d1b2305cbaeb","description":""},{"name":"Sign Up","id":"81724c4a-3318-4a9f-9fb4-e73773f14d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Naveen B Teli\",\n  \"email\": \"nbteli.cs20@rvce.edu.in\",\n  \"password\": \"Pass#123\",\n  \"passwordConfirm\": \"Pass#123\",\n  \"phone\": \"8088732313\",\n  \"type\": \"STUDENT\",\n  \"department\": \"CSE\",\n  \"active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/auth/sign-up","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"411559d3-8ec9-4462-b743-47243f463511","id":"411559d3-8ec9-4462-b743-47243f463511","name":"legder","type":"collection"}},"urlObject":{"path":["auth","sign-up"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81724c4a-3318-4a9f-9fb4-e73773f14d76"},{"name":"Log In","id":"7e9439a7-5be1-4e57-9ba3-25a3bba156f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"email\": \"prajwalp.cs20@rvce.edu.in\",\n  \"password\": \"Pass#123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/auth/sign-in","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"411559d3-8ec9-4462-b743-47243f463511","id":"411559d3-8ec9-4462-b743-47243f463511","name":"legder","type":"collection"}},"urlObject":{"path":["auth","sign-in"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e9439a7-5be1-4e57-9ba3-25a3bba156f1"},{"name":"Logout","id":"fe2a052a-d84c-4a02-bf03-7d3dc771c39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{BASE_URL}}/auth/sign-out","urlObject":{"path":["auth","sign-out"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe2a052a-d84c-4a02-bf03-7d3dc771c39a"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"fdb59c4c-0189-4734-a508-7cead40ff288","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6a22e4a8-efe4-4211-8874-b737d3f755b9","type":"text/javascript","exec":[""]}}]}