Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get this working with httparty #5

Open
stevievines opened this issue Sep 4, 2014 · 1 comment
Open

get this working with httparty #5

stevievines opened this issue Sep 4, 2014 · 1 comment

Comments

@stevievines
Copy link
Owner

"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
Copy link
Owner Author

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"}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant