Closed etienned closed 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.
data
params
Thanks! I'll have a dev look into this and get back to you.
Nice catch!
You fixed the missing add also, great! I had forgotten to mention it.
add
Thanks
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 beparams
instead, as stated in the Requests' documentation.