Currently, the Pysher.__init__ method takes parameters for proxy configuration - this clutters the method signature in an undesired fashion. Since we compound the parameters into a dictionary anyway, require the proxy configuration to be passed as a single dictionary in the init call instead.
Currently, the
Pysher.__init__method takes parameters for proxy configuration - this clutters the method signature in an undesired fashion. Since we compound the parameters into a dictionary anyway, require the proxy configuration to be passed as a single dictionary in the init call instead.