Current implementation uses deprecated inspect.getargspec() method to get argument names. It causes issues having decorated handler methods and you get decorator arguments instead of method arguments which breaks swagger path generation.
Current implementation uses deprecated inspect.getargspec() method to get argument names.
It causes issues having decorated handler methods and you get decorator arguments instead of method arguments which breaks swagger path generation.