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
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 05 月 26 日 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.