Wow, thanks everyone! The `params` method seems like the clear winner—didn’t realize it handled encoding automatically.
I tried it with some special chars, and it worked perfectly. Also, the tip about `response.url` is gold for debugging.
Quick follow-up: What if I need nested params? Like `?filter[type]=json`—does the `params` dict handle that too?
(And thanks for the docs links—super helpful!)
I tried it with some special chars, and it worked perfectly. Also, the tip about `response.url` is gold for debugging.
Quick follow-up: What if I need nested params? Like `?filter[type]=json`—does the `params` dict handle that too?
(And thanks for the docs links—super helpful!)
