{"info":{"_postman_id":"d41f7083-a87c-472d-b283-adba5ed1273f","name":"Movie API","description":"<html><head></head><body><p><strong>Documentation for Movie API</strong><br>This web application will provide users with access to information about different movies, directors, and genres. Users will be able to sign up, update their personal information, and create a list of their favorite movies.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31090300","collectionId":"d41f7083-a87c-472d-b283-adba5ed1273f","publishedId":"2s9YyvCLfc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-03T22:28:12.000Z"},"item":[{"name":"Login","id":"6b209b94-a7eb-4a70-bd2f-eadb3304e362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://movie-mikes-7b54f5710543.herokuapp.com/login?Username=MikeJ&Password=hardpass123","description":"<p>Login to user<br />Must login to access the API</p>\n","urlObject":{"protocol":"https","path":["login"],"host":["movie-mikes-7b54f5710543","herokuapp","com"],"query":[{"key":"Username","value":"MikeJ"},{"key":"Password","value":"hardpass123"}],"variable":[]}},"response":[],"_postman_id":"6b209b94-a7eb-4a70-bd2f-eadb3304e362"},{"name":"Get List of Movies","id":"ba1ae325-f8da-4c40-b1b5-7c96ab8598ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/movies","description":"<p>Gets a list of movies</p>\n","urlObject":{"protocol":"http","port":"8080","path":["movies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba1ae325-f8da-4c40-b1b5-7c96ab8598ac"},{"name":"Get Movie by Name","id":"2ca885a2-55aa-4556-9f4a-2d4efd6bb139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/movies/Deadpool","description":"<p>Get info by Movie<br />Description, Genre, Director, Cover-artEndFragment<br />Example: Deadpool</p>\n","urlObject":{"protocol":"http","port":"8080","path":["movies","Deadpool"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ca885a2-55aa-4556-9f4a-2d4efd6bb139"},{"name":"Get List of Genres","id":"82c2d29e-462d-4ab8-9acd-7cbb9e236ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/genres/","description":"<p>Gets a list of Genres</p>\n","urlObject":{"protocol":"http","port":"8080","path":["genres",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"82c2d29e-462d-4ab8-9acd-7cbb9e236ec8"},{"name":"Get Genres by Name","id":"cd46dafb-a63a-494f-97eb-c12bd4cbc262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/genres/Action","description":"<p>Get Genre by Name<br />Example: Horror, Action, Sci-fi</p>\n","urlObject":{"protocol":"http","port":"8080","path":["genres","Action"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd46dafb-a63a-494f-97eb-c12bd4cbc262"},{"name":"Get List of Director","id":"63ad4621-6b09-4928-ae43-906a02d7e79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/directors","description":"<p>Gets a list of Directors</p>\n","urlObject":{"protocol":"http","port":"8080","path":["directors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"63ad4621-6b09-4928-ae43-906a02d7e79e"},{"name":"Get Director  by Name","id":"a74782cd-d494-4698-bda3-4b956f982dda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/directors","description":"<p>Get Director by Name<br />Example: Ridley Scott</p>\n","urlObject":{"protocol":"http","port":"8080","path":["directors"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a74782cd-d494-4698-bda3-4b956f982dda"},{"name":"New User","id":"f2d55cc8-2d04-4e7a-8ac9-a5d98a5ccb23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"MikeJ\",\r\n    \"Password\": \"hardpass123\",\r\n    \"Email\": \"real.test@email.com\",\r\n    \"Birthday\": \"2222-04-18\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-mikes-7b54f5710543.herokuapp.com/users","description":"<p>Allow new users to register</p>\n","urlObject":{"protocol":"https","path":["users"],"host":["movie-mikes-7b54f5710543","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2d55cc8-2d04-4e7a-8ac9-a5d98a5ccb23"},{"name":"Update User Copy","id":"b128f84e-e2d9-43b3-8c33-7cabfb488c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Username\": \"Michael\",\r\n    \"Password\": \"hardpass123\",\r\n    \"Email\": \"real.test@email.com\",\r\n    \"Birthday\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-mikes-7b54f5710543.herokuapp.com/users/MikeJ","description":"<p>Allow users to update their user info</p>\n","urlObject":{"protocol":"https","path":["users","MikeJ"],"host":["movie-mikes-7b54f5710543","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b128f84e-e2d9-43b3-8c33-7cabfb488c87"},{"name":"Get User by Username","id":"d20f68ac-347b-4996-9412-245c844dd677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/2","description":"<p>Get user by username</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d20f68ac-347b-4996-9412-245c844dd677"},{"name":"Add Favorite Movie to User","id":"5b1beeec-4ba9-4163-bb81-9649e8e3ee0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/Willy/movies/65552e6fc9ea6a437c5f17b0","description":"<p>Allow users to add a movie to their list of favorites</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","Willy","movies","65552e6fc9ea6a437c5f17b0"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b1beeec-4ba9-4163-bb81-9649e8e3ee0a"},{"name":"Delete Favorite Movie from User","id":"8672df51-0360-4346-bf41-5f60bf9f108f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/Willy/movies/65552e6fc9ea6a437c5f17b0","description":"<p>Allow users to Remove a movie from their list of favorites</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","Willy","movies","65552e6fc9ea6a437c5f17b0"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8672df51-0360-4346-bf41-5f60bf9f108f"},{"name":"Delete  User","id":"8773c40d-023b-46ad-b1d8-20956c49deeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/Ford","description":"<p>Allow existing users to deregister</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","Ford"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8773c40d-023b-46ad-b1d8-20956c49deeb"},{"name":"Documentation","id":"f8e38522-b93d-4ce2-ac0d-dc1d84dc8795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://movie-mikes-7b54f5710543.herokuapp.com/documentation.html","urlObject":{"protocol":"https","path":["documentation.html"],"host":["movie-mikes-7b54f5710543","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8e38522-b93d-4ce2-ac0d-dc1d84dc8795"}]}