Changed the input for functions like png_set, which used to accept specific parameters from the WiseView API parameter dictionary, to now accept the entire dictionary from default_params or custom_params. This was necessary because there's other parameters, such as size, which will be useful for having the ability to adjust them.
Additionally, the functionality of custom_params has been expanded to an arbitrary number of parameters. As such, you can now change any number of parameters you want and request a png_set based on those parameters.
Changed the input for functions like png_set, which used to accept specific parameters from the WiseView API parameter dictionary, to now accept the entire dictionary from default_params or custom_params. This was necessary because there's other parameters, such as size, which will be useful for having the ability to adjust them.
Additionally, the functionality of custom_params has been expanded to an arbitrary number of parameters. As such, you can now change any number of parameters you want and request a png_set based on those parameters.