Fix params serialization
Bug fixed
Issue [if exist]
Fixes problem with not removing underscore after argument name in endpoints and also with potential problem with invalid input of arguments
How it was fixed?
- Missing of underscore trimming, which has been added
- Add assertion, which confirms is args or keyword args are empty
Edited by Krzysztof Mochocki