Hi, Im just wondering here how can i make use of this api with my api key when i input name of the movie that it would send query to your database and send back the results depending on the worn name that was typed in? Cheers, Roman T
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
5월 26, 2016 at 10:35 오전
Hi Roman,
To do a search, you would execute a query like so:
Then to grab its info, you would take he
id
returned (I'll use the first result as an example, so id 209112) and call its primary info method:You can use
append_to_response
if you want to get more methods returned back in a single HTTP call like so:Cheers.