How to Create OMDb API with Posters on Mendix

0
Update: I was able to get the list to show, but now when I run the API, the Home page does not show the title of the movies and the image posters it's supposed to.   The only Image Viewer I was able to find in the toolbox that I downloaded from the Mendix Marketplace was the Encoded String Image Viewer For the ListView I have: For the DataView I have: This is what I have the Encoded String Image Viewer: Import Mappings:   And JSON Structure Enpoint: {  "Search": [    {      "Title": "Guardians of the Galaxy Vol. 2",      "Type": "movie",      "Year": "2017",      "Runtime": "136 min",      "Genre": "Action, Adventure, Comedy",      "Director": "James Gunn",      "Actors": "Chris Pratt, Zoe Saldana, Dave Bautista",      "Plot": "The Guardians struggle to keep together as a team while dealing with their personal family issues, notably Star-Lord's encounter with his father, the ambitious celestial being Ego.",      "Poster": "https://m.media-amazon.com/images/M/MV5BNjM0NTc0NzItM2FlYS00YzEwLWE0YmUtNTA2ZWIzODc2OTgxXkEyXkFqcGdeQXVyNTgwNzIyNzg@._V1_SX300.jpg",      "imdbID": "tt3896198"    },    {      "Title": "Interstellar",      "Type": "movie",      "Year": "2014",      "Runtime": "169 min",      "Genre": "Adventure, Drama, Sci-Fi",      "Director": "Christopher Nolan",      "Actors": "Matthew McConaughey, Anne Hathaway, Jessica Chastain",      "Plot": "When Earth becomes uninhabitable in the future, a farmer and ex-NASA pilot, Joseph Cooper, is tasked to pilot a spacecraft, along with a team of researchers, to find a new planet for humans.",      "Poster": "https://m.media-amazon.com/images/M/MV5BZjdkOTU3MDktN2IxOS00OGEyLWFmMjktY2FiMmZkNWIyODZiXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX300.jpg",      "imdbID": "tt0816692"    },    {      "Title": "The Dark Knight",      "Type": "movie",      "Year": "2008",      "Runtime": "152 min",      "Genre": "Action, Crime, Drama",      "Director": "Christopher Nolan",      "Actors": "Christian Bale, Heath Ledger, Aaron Eckhart",      "Plot": "When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.",      "Poster": "https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX300.jpg",      "imdbID": "tt0468569"    },    {      "Title": "DragonHeart",      "Type": "movie",      "Year": "1996",      "Runtime": "103 min",      "Genre": "Action, Adventure, Fantasy",      "Director": "Rob Cohen",      "Actors": "Dennis Quaid, Sean Connery, Dina Meyer",      "Plot": "The last dragon and a disillusioned dragonslaying Knight must cooperate to stop an evil King, who was given partial immortality.",      "Poster": "https://m.media-amazon.com/images/M/MV5BZGYzMjk3M2MtZDZlYi00YjhmLWFmMmItYjRiMjk4ZWI2N2Q5XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg",      "imdbID": "tt0116136"    },    {      "Title": "The Breakfast Club",      "Type": "movie",      "Year": "1985",      "Runtime": "97 min",      "Genre": "Comedy, Drama",      "Director": "John Hughes",      "Actors": "Emilio Estevez, Judd Nelson, Molly Ringwald",      "Plot": "Five high school students meet in Saturday detention and discover how they have a great deal more in common than they thought.",      "Poster": "https://m.media-amazon.com/images/M/MV5BOTM5N2ZmZTMtNjlmOS00YzlkLTk3YjEtNTU1ZmQ5OTdhODZhXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_SX300.jpg",      "imdbID": "tt0088847"    }  ],  "totalResults": "368",  "Response": "True"}
asked
0 answers