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
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 26 de maio do 2016 ás 10:35AM
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.