agithub icon indicating copy to clipboard operation
agithub copied to clipboard

URL params doesn't accept character '.' as a parameter

Open SebaRossi94 opened this issue 4 years ago • 1 comments

Hello there i've been using the tool for a while now and i encountered an issue recently. I have the following code line: status_search_customer, data_search_customer = cms.customers.search.get(f_users.login = csv_dicc["login"]) As far as i can see the issue here is that the parameter is taken by python as a method due to the . character in it. Is there a way around this problem?

SebaRossi94 avatar May 18 '20 13:05 SebaRossi94

Encountered the same problem with characters []. Eg i need to add a parameter named "filter[app]" and it is not possible to do it

SebaRossi94 avatar Jul 15 '20 20:07 SebaRossi94