vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

Wrong info on passing URL parameters and setting API JSON filtering #99

Closed etienned closed 7 years ago

etienned commented 7 years ago

In the README.md file it's written that to pass URL parameters, like for adding API JSON filtering, you need to set data but I think that should be params instead, as stated in the Requests' documentation.

Dashron commented 7 years ago

Thanks! I'll have a dev look into this and get back to you.

erunion commented 7 years ago

Nice catch!

etienned commented 7 years ago

You fixed the missing add also, great! I had forgotten to mention it.

Thanks