{"info":{"_postman_id":"0168962e-2e0e-4310-9b05-d0b04346924c","name":"Movie Stream Api","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Api works as the server for building an e-cinema Appilcation Filba</p>\n<h1 id=\"overview\">Overview</h1>\n<p>fetching images from storage</p>\n<p> <code>&lt;img src=\"https://res.cloudinary.com/du05mneox/image/upload/{{movie name}}.jpg\"</code></p>\n<p>Fetching movies from storage</p>\n<p><code>&lt;video poster=\"https://res.cloudinary.com/du05mneox/video/upload/{{movie name}}.jpg\"&gt;</code></p>\n<p> <code>&lt;source src=\"https://res.cloudinary.com/du05mneox/video/upload/{{movie name}}\" type=\"video/webm\"/&gt;</code></p>\n<p><code>&lt;source src=\"https://res.cloudinary.com/du05mneox/video/upload/{{movie name}}\" type=\"video/mp4\"/&gt;</code></p>\n<p> <code>&lt;source src=\"https://res.cloudinary.com/du05mneox/video/upload/{{movie name}}\" type=\"video/ogg\"/&gt; &lt;/video&gt;</code></p>\n<p>Note</p>\n<p><code>$ All data fetched from the storage must be in the database except it returns empty</code></p>\n<p><code>$ Database tables can be found in models.py</code> </p>\n<p><code>$ movie name is the name of the movie in database</code></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>No Auth</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>500, 404, 401</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>None</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":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"11862365","collectionId":"0168962e-2e0e-4310-9b05-d0b04346924c","publishedId":"TVzNKKz3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"f3f3f3"},"publishDate":"2021-01-07T15:41:17.000Z"},"item":[{"name":"Users","item":[{"name":"User Registration","item":[{"name":"https://movie-stream-api.herokuapp.com/api/login","id":"5a9e4066-fb85-4eae-a67b-25cb058faafb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\r\n\r\n{\r\n\"name\": \"filba\",\r\n\"email\": \"example@gmail.com\",\r\n\"password\": \"111111\"\r\n}"},"url":"https://movie-stream-api.herokuapp.com/api/login","description":"<p>Logging in to application</p>\n<p>Body Params:</p>\n<p><code>email(required): Unique email address to login to application</code></p>\n<p><code>password(required): Unique password to login to application</code></p>\n<p>If login successful:</p>\n<p>user's name will be sent back</p>\n<p>user's id will be sent back</p>\n<p><code>token will be sent back to be assigned to Auth header</code></p>\n","urlObject":{"protocol":"https","path":["api","login"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"64b6309b-2357-4ec3-b7f9-0326de739de5","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/login"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a9e4066-fb85-4eae-a67b-25cb058faafb"},{"name":"https://movie-stream-api.herokuapp.com/api/sign_up","id":"1a0f2e5b-299a-4d4e-b140-c49a9d4f4924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\r\n\r\n{\r\n\"name\": \"filba\",\r\n\"email\": \"example@gmail.com\",\r\n\"dob\": \"12-11-14\",\r\n\"password\": \"111111\",\r\n\"country\": \"Spain\",\r\n\"phone_no\": \"1111-1111-1111\"\r\n}"},"url":"https://movie-stream-api.herokuapp.com/api/sign_up","description":"<p>Signing up to application</p>\n<p>Body Params:</p>\n<p><code>name(required) = Name of user signing up to application</code></p>\n<p><code>dob = Date of birth of user</code></p>\n<p><code>email(required) = User's Email address</code></p>\n<p><code>password(required) = Unique password for user</code></p>\n<p><code>phone_no(required) = User's Phone Number</code></p>\n<p><code>country(required) = User's Country</code></p>\n","urlObject":{"protocol":"https","path":["api","sign_up"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"dca6cd05-5cde-42dd-a996-f52087b4162c","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/sign_up"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a0f2e5b-299a-4d4e-b140-c49a9d4f4924"},{"name":"https://movie-stream-api.herokuapp.com/api/logout","id":"57e563e9-2fd7-408f-997e-156c66f18dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/logout","description":"<p>Logging out of application</p>\n","urlObject":{"protocol":"https","path":["api","logout"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6f7ca21e-82c6-411f-99ac-8637e4a87095","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/logout"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57e563e9-2fd7-408f-997e-156c66f18dc8"},{"name":"https://movie-stream-api.herokuapp.com/api/select/genre","id":"40c84e3a-f552-4fdd-990d-dcbc46454b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"action\": false,\r\n\"comedy\":true,\r\n\"horror\": false,\r\n\"documentary\": true,\r\n\"mystery\": true,\r\n\"animation\": true,\r\n\"sci-fi\": false,\r\n\"romance\": false,\r\n\"erotic\": true,\r\n\"fantasy\": true,\r\n\"drama\": false,\r\n\"thriller\": true,\r\n\"children\": false,\r\n\"family\": true,\r\n\"crime\": false\r\n}"},"url":"https://movie-stream-api.herokuapp.com/api/select/genre","description":"<p>Selecting preferred genres</p>\n<p>Body Params:</p>\n<p><code>Note:</code> All are Booleans</p>\n<p><code>action</code></p>\n<p><code>comedy</code></p>\n<p><code>horror  </code></p>\n<p><code>documentary  </code></p>\n<p><code>mystery</code></p>\n<p><code>animation</code></p>\n<p><code>sci-fi</code></p>\n<p><code>romance  </code></p>\n<p><code>erotic</code></p>\n<p><code>fantasy  </code></p>\n<p><code>drama</code></p>\n<p><code>thriller</code></p>\n<p><code>children</code></p>\n<p><code>family  </code></p>\n<p><code>crime</code></p>\n","urlObject":{"protocol":"https","path":["api","select","genre"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4cf83778-df7d-4100-81dd-5b3d977b5755","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/select/genre"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40c84e3a-f552-4fdd-990d-dcbc46454b5b"}],"id":"8fcc2512-aa4b-4a14-943b-803e106a4228","_postman_id":"8fcc2512-aa4b-4a14-943b-803e106a4228","description":""},{"name":"https://movie-stream-api.herokuapp.com/api/my/friends","id":"e93b048d-026a-47d5-acf3-84af45a8415c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/friends","description":"<p>List of all current user's friends</p>\n","urlObject":{"protocol":"https","path":["api","my","friends"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"155124f5-4efd-4445-8931-586caf9f4b0b","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/friends"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e93b048d-026a-47d5-acf3-84af45a8415c"},{"name":"https://movie-stream-api.herokuapp.com/api/choice","id":"4736e6dc-0bd1-41ca-b947-7eb50cf64131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/choice","description":"<p>Getting movie based on user's registered genre</p>\n","urlObject":{"protocol":"https","path":["api","choice"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"16e0fbe9-530e-46ca-a78b-708bd4d4d054","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/choice"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4736e6dc-0bd1-41ca-b947-7eb50cf64131"},{"name":"https://movie-stream-api.herokuapp.com/api/user/profile","id":"61187b28-cdeb-4af9-8b97-038ddc5c4d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/user/profile","description":"<p>User Profile</p>\n<p>Body Params:</p>\n<p><code> name: Updated name of user if any</code></p>\n<p><code> picture: Image file to change profile image if any</code></p>\n<p><code>email: Email Address if any</code></p>\n","urlObject":{"protocol":"https","path":["api","user","profile"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"8629ea67-e9ab-44cc-88fb-850b12fc1d0a","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/user/profile"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"f7cf08bb-01c8-412f-97ee-455ece4adc5d","name":"https://movie-stream-api.herokuapp.com/api/user/profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/user/profile"},"_postman_previewlanguage":null,"header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"61187b28-cdeb-4af9-8b97-038ddc5c4d67"},{"name":"https://movie-stream-api.herokuapp.com/api/upload/story","id":"6696edf1-6d27-4e51-ab60-58634310b7ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/upload/story","description":"<p>Uploading a story on application</p>\n<p>Body Params:</p>\n<p><code>story: Image/Video file</code></p>\n<p><code>text:  Uploaded text for story</code></p>\n","urlObject":{"protocol":"https","path":["api","upload","story"],"host":["movie-stream-api","herokuapp","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"32400cbe-5142-481f-8e59-a9faee123e1f","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/upload/story"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6696edf1-6d27-4e51-ab60-58634310b7ea"},{"name":"https://movie-stream-api.herokuapp.com/api/user/story","id":"07e571d5-8c32-492f-b516-7b2234d00645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/user/story","description":"<p>Getting all current user's story</p>\n","urlObject":{"protocol":"https","path":["api","user","story"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"ceb451d4-b95a-4f11-992a-3124235f92ab","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/user/story"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07e571d5-8c32-492f-b516-7b2234d00645"},{"name":"https://movie-stream-api.herokuapp.com/api/friend/story","id":"c9a48f77-d601-41f7-a1ca-b366f2077c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/friend/story","description":"<p>Getting list of all current user's friend's story</p>\n","urlObject":{"protocol":"https","path":["api","friend","story"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"b146a86f-b4fb-4c31-bf65-7a50474f7a47","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/friend/story"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9a48f77-d601-41f7-a1ca-b366f2077c46"},{"name":"https://movie-stream-api.herokuapp.com/api/add/list/{movie_id}","id":"a68a9d84-9857-45bf-912f-20dddf81eba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/add/list/{movie_id}","description":"<p>Add a movie to current_user's watchlist</p>\n<p><code>movie_id: public_id of movie</code></p>\n","urlObject":{"protocol":"https","path":["api","add","list","{movie_id}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"2bfe268b-4320-4c4a-ae5f-f4ca908bc4f5","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/add/list/{movie_id}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a68a9d84-9857-45bf-912f-20dddf81eba0"},{"name":"https://movie-stream-api.herokuapp.com/api/my/list","id":"ec1b9a04-50a2-4c5a-b64a-8b1bd17429b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/list","description":"<p>List of all current user's stored movies</p>\n","urlObject":{"protocol":"https","path":["api","my","list"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5f882816-45d8-4ae1-99bc-be15767dfdc2","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/list"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec1b9a04-50a2-4c5a-b64a-8b1bd17429b9"},{"name":"https://movie-stream-api.herokuapp.com/api/add/friend/{name}","id":"a59a7ca6-677e-48dd-95a8-f55cca73165f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/add/friend/{name}","description":"<p>Adding a Friend on application</p>\n<p><code>name: Name of friend about to be added</code></p>\n","urlObject":{"protocol":"https","path":["api","add","friend","{name}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d6d1073e-9854-4508-82bd-5ffdf302d14a","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/add/friend/{name}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a59a7ca6-677e-48dd-95a8-f55cca73165f"},{"name":"https://movie-stream-api.herokuapp.com/api/loved/movies","id":"eb03ae13-46d4-4e52-91a0-a8cce520c0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/loved/movies","description":"<p>Getting similarmovies based on movies a user likes</p>\n","urlObject":{"protocol":"https","path":["api","loved","movies"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c09812a9-b143-4cfd-b4e1-c9bca2ed87f4","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/loved/movies"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb03ae13-46d4-4e52-91a0-a8cce520c0a3"},{"name":"https://movie-stream-api.herokuapp.com/api/my/friend/{name}/suggest","id":"5868b2f2-0ca8-43f3-bd5c-649eb178c35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/friend/{name}/suggest","description":"<p>Suggesting movies a user and his friend would like based on registered genre</p>\n<p><code>name: Name of current user's Friend</code></p>\n","urlObject":{"protocol":"https","path":["api","my","friend","{name}","suggest"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d6c313ef-d0c3-4949-9417-fd2f00416812","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/friend/{name}/suggest"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5868b2f2-0ca8-43f3-bd5c-649eb178c35e"},{"name":"https://movie-stream-api.herokuapp.com/api/friends/you/may/know","id":"37b84194-9707-4bb5-93bc-3c23ecee19f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://movie-stream-api.herokuapp.com/api/friends/you/may/know","urlObject":{"protocol":"https","path":["api","friends","you","may","know"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b84194-9707-4bb5-93bc-3c23ecee19f2"}],"id":"86f2b815-25a3-45fe-b464-4454803ee987","description":"<p>Folder contains all user operations and  registration.</p>\n","_postman_id":"86f2b815-25a3-45fe-b464-4454803ee987"},{"name":"Movie","item":[{"name":"https://movie-stream-api.herokuapp.com/api/get/movie/{u_id}/","id":"1f34f46b-14ff-4d95-b379-74a099d7482a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/get/movie/","description":"<p>Route to movie using it's public id</p>\n<p><code>u_id: public_id of movie</code></p>\n","urlObject":{"protocol":"https","path":["api","get","movie",""],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4b2084e4-665f-4d8b-9a38-016ea6849427","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/get/movie/{u_id}/"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f34f46b-14ff-4d95-b379-74a099d7482a"},{"name":"https://movie-stream-api.herokuapp.com/api/genre/{genre}","id":"948297af-3c47-4411-ad54-0eabe1611e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"genre\":\"action\"}"},"url":"https://movie-stream-api.herokuapp.com/api/genre","description":"<p>Getting movies of an individual genre</p>\n<p><code>genre: Genre name</code></p>\n","urlObject":{"protocol":"https","path":["api","genre"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c08a9a14-9a3c-41f3-a8f1-59af77e023c7","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/genre/{genre}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"948297af-3c47-4411-ad54-0eabe1611e05"},{"name":"https://movie-stream-api.herokuapp.com/api/similar/movie/{u_id}","id":"135b0084-a70b-4337-8f20-3b23bfa8c284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/similar/movie/{u_id}","description":"<p>Getting similar movies toa currently viewed movie</p>\n<p><code>u_id: public_id of movie</code></p>\n","urlObject":{"protocol":"https","path":["api","similar","movie","{u_id}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"779bf389-8c41-4de5-8252-5857287b1bc6","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/similar/movie/{u_id}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"135b0084-a70b-4337-8f20-3b23bfa8c284"},{"name":"https://movie-stream-api.herokuapp.com/api/like/movie/{u_id}","id":"47adb6b7-84f9-431c-b2c0-7666cdcb164d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/like/movie/{u_id}","description":"<p>DIsliking a currently viewed movie</p>\n<p><code>u_id: public_id of movie</code></p>\n","urlObject":{"protocol":"https","path":["api","like","movie","{u_id}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c8808abd-1e87-4cf6-a58b-cad41c8e909c","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/like/movie/{u_id}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47adb6b7-84f9-431c-b2c0-7666cdcb164d"},{"name":"https://movie-stream-api.herokuapp.com/api/dislike/movie/{u_id} Copy","id":"4f56bb92-9675-4f92-8c2a-f300d9270395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/like/movie/{u_id}","description":"<p>Disliking a currently viewed movie</p>\n<p><code>u_id: public_id of movie</code></p>\n","urlObject":{"protocol":"https","path":["api","like","movie","{u_id}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"395cca17-79bf-402a-b0bb-26008c615e50","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/like/movie/{u_id}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f56bb92-9675-4f92-8c2a-f300d9270395"},{"name":"https://movie-stream-api.herokuapp.com/api/popular","id":"b7f13f80-38f5-416b-9838-3ac9c33b41a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/popular","description":"<p>Getting popular movies</p>\n","urlObject":{"protocol":"https","path":["api","popular"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3b15d733-81e2-4f36-b5f1-51efd32d8ccf","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/popular"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7f13f80-38f5-416b-9838-3ac9c33b41a2"},{"name":"https://movie-stream-api.herokuapp.com/api/trending","id":"06769a2e-1686-4cee-b818-2586c181c9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/trending","description":"<p>Getting trending movies</p>\n","urlObject":{"protocol":"https","path":["api","trending"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3719ce25-cf4d-43b4-893d-7670703e59ce","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/trending"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06769a2e-1686-4cee-b818-2586c181c9b3"},{"name":"https://movie-stream-api.herokuapp.com/api/search/movie","id":"6168e64b-70e3-479a-852b-bb26d7346575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/search/movie","description":"<p>Search for a movie of choice</p>\n<p>Body Params:</p>\n<p><code> name: Name of movie/ Genre/ Production Company</code></p>\n","urlObject":{"protocol":"https","path":["api","search","movie"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"368dc6b4-d4f6-40ae-96c6-6bfedaba2f62","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/search/movie"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6168e64b-70e3-479a-852b-bb26d7346575"},{"name":"https://movie-stream-api.herokuapp.com/api/review/<movie_id>","id":"a3693e90-5df8-4341-b7bc-4e9a93736977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/review/<movie_id>","description":"<p>movie_id: The public id of the movie</p>\n","urlObject":{"protocol":"https","path":["api","review","<movie_id>"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3693e90-5df8-4341-b7bc-4e9a93736977"},{"name":"https://movie-stream-api.herokuapp.com/api/add/review/<movie_id>","id":"6e6bae04-d778-40a1-bfd2-a9fdd4797994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://movie-stream-api.herokuapp.com/api/add/review/25829e7b-0df3-4ecf-808e-3e454b3fce08","urlObject":{"protocol":"https","path":["api","add","review","25829e7b-0df3-4ecf-808e-3e454b3fce08"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e6bae04-d778-40a1-bfd2-a9fdd4797994"}],"id":"216d8842-3332-49c6-a98e-e4c6399718a0","description":"<p>Folder Contains all movie data and processing information for user's pleasure.</p>\n","_postman_id":"216d8842-3332-49c6-a98e-e4c6399718a0"},{"name":"Room","item":[{"name":"https://movie-stream-api.herokuapp.com/api/my/rooms/delete/{room_id}","id":"65fead5b-c77d-4328-bb97-e755152c0788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/rooms/delete/{room_id}","description":"<p>Deleting a room</p>\n<p><code>room_id: unique_id of room</code></p>\n","urlObject":{"protocol":"https","path":["api","my","rooms","delete","{room_id}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3c92b93b-7877-40e6-aa27-51bb1afdcbbc","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/rooms/delete/{room_id}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65fead5b-c77d-4328-bb97-e755152c0788"},{"name":"https://movie-stream-api.herokuapp.com/api/create/room/for/{movie}","id":"c99f5675-864d-4b4c-9118-8c2ad62a018c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/create/room/for/{movie}","description":"<p>Creating room for movie</p>\n<p><code>movie: Movie Name</code></p>\n<p>Endpoint redirects to </p>\n<p><code>/api/watch/{movie_id}/in/room/{room}</code></p>\n<p>where it automatically generates the parameters</p>\n","urlObject":{"protocol":"https","path":["api","create","room","for","{movie}"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"08b0c323-4a5e-45fb-8121-9414589dafcc","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/create/room/for/{movie}"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c99f5675-864d-4b4c-9118-8c2ad62a018c"},{"name":"https://movie-stream-api.herokuapp.com/api/my/rooms","id":"01d13776-0fc7-48eb-8493-b2acaaefb155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/rooms","description":"<p>List of all current user's movie</p>\n","urlObject":{"protocol":"https","path":["api","my","rooms"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"e12a254d-87cc-4027-9e84-740de163dcfc","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api/my/rooms"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01d13776-0fc7-48eb-8493-b2acaaefb155"},{"name":"https://movie-stream-api.herokuapp.com/api/watch/{movie_id}/in/room/{room}","id":"18a66e64-0dc1-48e3-a73a-d0422fe6754e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"description":"<p>Room</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"18a66e64-0dc1-48e3-a73a-d0422fe6754e"}],"id":"46277d1d-7f46-4ff3-ad57-5c59d3fa6bed","description":"<p>Room routing and creation api folder</p>\n","_postman_id":"46277d1d-7f46-4ff3-ad57-5c59d3fa6bed"},{"name":"Home","item":[{"name":"https://movie-stream-api.herokuapp.com/api","id":"47a35172-d7e1-4632-8c3e-387564107110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api","description":"<p>Home page data for application</p>\n","urlObject":{"protocol":"https","path":["api"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"d7402ab5-869f-4573-a769-83ebae06ed94","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://movie-stream-api.herokuapp.com/api"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47a35172-d7e1-4632-8c3e-387564107110"},{"name":"https://movie-stream-api.herokuapp.com/api/home","id":"79728736-55b1-4205-9036-02e2dc97c11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://movie-stream-api.herokuapp.com/api/home","urlObject":{"protocol":"https","path":["api","home"],"host":["movie-stream-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79728736-55b1-4205-9036-02e2dc97c11f"}],"id":"dd85707c-c223-42aa-9cdc-1630384b7269","description":"<p>Home data for Filba... contains:</p>\n<p><code> User Data When logged in by user</code></p>\n<p><code>Movie Data</code></p>\n","_postman_id":"dd85707c-c223-42aa-9cdc-1630384b7269"},{"name":"Series","item":[],"id":"d0b48845-42f3-4dc5-af2a-308e7e57fcf0","description":"<p>Series Api for Filba</p>\n","_postman_id":"d0b48845-42f3-4dc5-af2a-308e7e57fcf0"}]}