RestCode / WebApiProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`encode()` calls were removed

onionhammer opened this issue · comments

The "EncodeParam" calls, used to format values being passed to the webservice by type, rather than simply .ToString()ing everything, have been removed (potentially from a botched merge?)

My original changeset

EncodeParam still here, but not being called anywhere