Giter Site home page Giter Site logo

Comments (4)

MartinP7r avatar MartinP7r commented on August 18, 2024 2

Have a look at

///This method currently holds the data relevant to building image URLs as well as the change key map.To build an image URL, you will need 3 pieces of data. The base_url, size and file path; . Simply combine them all and you will have a fully qualified URL. Here’s an example URL: http://image.tmdb.org/t/p/w500/8uO0gUM8aNqYLs1OsTBQiXu0fEv.jpg

You have to build the url for your image by combining the base url, an image size and your file_path, e.g. with your image:
http://image.tmdb.org/t/p/w500/rv1AWImgx386ULjcf62VYaW8zSt.jpg

from themoviedatabaseswiftwrapper.

gkye avatar gkye commented on August 18, 2024

It's prob best that remains internal, I'll add the endpoints later this week or you could submit a pull request if you can do it. Could you give me an example of the query(s) you're trying to run?

from themoviedatabaseswiftwrapper.

piars777 avatar piars777 commented on August 18, 2024

sorry, i finally found movie and image endpoint. you can close this issue.

from themoviedatabaseswiftwrapper.

mrugeshtank avatar mrugeshtank commented on August 18, 2024

I'm facing the same issue.
I'm getting endpoint of images but not getting entry point.
here is my code.

MovieMDB.images(movieID: 363088, completion: { (returnClient, images) in
                        let posters = returnClient.json?.dictionary!["posters"]
                        let first = posters?.array![0]
                        print(first)
                    })

by running this code I'm getting the following output.

{
"height" : 2000,
"vote_average" : 5.46,
"aspect_ratio" : 0.66649999999999998,
"width" : 1333,
"iso_639_1" : "en",
"vote_count" : 23,
"file_path" : "/rv1AWImgx386ULjcf62VYaW8zSt.jpg"
}

could you please help how to load image?

from themoviedatabaseswiftwrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.