stevievines / syncopy

Coming Soon!
0 stars 0 forks source link

get this working with httparty #5

Open stevievines opened 10 years ago

stevievines commented 10 years ago

"http://api.themoviedb.org/3/movie/550?api_key=###&append_to_response=similar,alternative_titles" that works, but i can't seem to generate it. i try to add append_to_response to the body, no go

stevievines commented 10 years ago

hint. do as a query. just add this in at some point for optimization

{:body=>{:api_key=>###}, 
:query=>{:append_to_response=>"videos,similar,similar_titles,credits"}}