mirror of https://github.com/ansible/ansible.git
Meraki util - Add method to encode parameters in the URL (#49015)
* Add new method to encode parameters in the URL - I'm not really encoding, I'm sure this is broke - There maybe an Ansible native way to do this * Fix whitepace * Added urlencode support - Relies on urllib module - Fixed string delimiter * Enable URL params - construct_params_list() creates a list of parameters to encode - encode_url_params() does encoding in a simple manner * Added proper methods for urlencoding * Remove duplicate functions * Remove blank line for PEP8pull/55995/head
parent
76dba7aa4f
commit
91237fa414
Loading…
Reference in New Issue