Now the problem is of charachter "?" . i want to collect for several movie id . My problem is how do i parse "?" in query. If i do manually for every movie it works fine. i want a way so that i keep passing my movie id into this reques
Having never used Scala, I can't answer for sure but it looks like you're just building out a URL with the HttpResponse object. Something like this is what I would think would work:
رد بواسطة Travis Bell
بتاريخ أكتوبر 4, 2016 في 6:22 مساءا
Hi @KushTehlan, you can call the /credits method to get a list of the movie crew. You can of course use this with append_to_response as well.
رد بواسطة KushTehlan
بتاريخ أكتوبر 5, 2016 في 7:09 صباحا
Hi Travis.. thanks. one more query. I am using "movie" details api to get imdb_id. I am using scala and i am making my requests like this:
Now the problem is of charachter "?" . i want to collect for several movie id . My problem is how do i parse "?" in query. If i do manually for every movie it works fine. i want a way so that i keep passing my movie id into this reques
رد بواسطة Travis Bell
بتاريخ أكتوبر 5, 2016 في 5:31 مساءا
Having never used Scala, I can't answer for sure but it looks like you're just building out a URL with the HttpResponse object. Something like this is what I would think would work:
It looks like
HttpResponse
is handling building the URL for you, so you don't need to worry about?
or&
.