{"info":{"_postman_id":"4aa3abe5-a913-4eb4-993e-99eaa0733c55","name":"Shorties-App-API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10733565","collectionId":"4aa3abe5-a913-4eb4-993e-99eaa0733c55","publishedId":"T1DteFk7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-30T07:47:35.000Z"},"item":[{"name":"get the JWT fot an existed user","id":"ffee0427-781e-4b70-a2ad-57ab6086402f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth\": {\n        \"email\": \"test3@g.com\",\n        \"password\": \"730test3\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://shorties-server.herokuapp.com/login","urlObject":{"protocol":"https","path":["login"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffee0427-781e-4b70-a2ad-57ab6086402f"},{"name":"login user to the app","id":"321a15e9-0a4f-4f64-a4c5-3a689742c5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shorties-server.herokuapp.com","description":"<p>show all the notes belong to the current user.</p>\n","urlObject":{"protocol":"https","host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"321a15e9-0a4f-4f64-a4c5-3a689742c5da"},{"name":"get Categories","id":"10d615f6-5ef6-43ed-8a0a-0d2f6de33faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shorties-server.herokuapp.com/categories","description":"<p>shows all categories</p>\n","urlObject":{"protocol":"https","path":["categories"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"10d615f6-5ef6-43ed-8a0a-0d2f6de33faf"},{"name":"get Notes","id":"063005aa-efec-42e6-87cd-8d4f44c57adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shorties-server.herokuapp.com/notes","urlObject":{"protocol":"https","path":["notes"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"063005aa-efec-42e6-87cd-8d4f44c57adf"},{"name":"sign up ","id":"cb8b979b-4213-44a4-ab8e-98743a65f16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n        \"email\": \"test4@g.com\",\n        \"password\": \"730test4\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://shorties-server.herokuapp.com/sign-up","description":"<p>sign up to the app and get a jwt</p>\n","urlObject":{"protocol":"https","path":["sign-up"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb8b979b-4213-44a4-ab8e-98743a65f16a"},{"name":"teacher login","id":"e461eb33-20b0-4686-9805-3a9c9d4b73c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"auth\": {\n        \"email\": \"teacher2@g.com\",\n        \"password\": \"shorties2020730\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://shorties-server.herokuapp.com/login","description":"<p>get jwt</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e461eb33-20b0-4686-9805-3a9c9d4b73c2"},{"name":"teacher see  all cohorts","id":"ae6acb55-6049-4445-804d-94b482fdf8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://shorties-server.herokuapp.com/cohorts","urlObject":{"protocol":"https","path":["cohorts"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6acb55-6049-4445-804d-94b482fdf8b3"},{"name":"teacher create a cohort","id":"def78ca3-ae81-43ab-af73-ce2260232bd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teacher1 testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://shorties-server.herokuapp.com/cohorts","urlObject":{"protocol":"https","path":["cohorts"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"def78ca3-ae81-43ab-af73-ce2260232bd7"},{"name":"teacher create a note","id":"27837ea6-f6fd-4e3f-aa64-dd4eeb636ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \"title\": \"Teacher testing note 1\",\n            \"body\": \"yarn start\",\n        \n            \"category_ids\": [11]\n}","options":{"raw":{"language":"json"}}},"url":"https://shorties-server.herokuapp.com/notes","urlObject":{"protocol":"https","path":["notes"],"host":["shorties-server","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"27837ea6-f6fd-4e3f-aa64-dd4eeb636ab6"}]}