You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces a way to set custom type converters straight from
the CorniceSwagger class. It supports both a default type or a
mapping of custom types. This allows setting additional type
converters without having to patch the TypeConversionDispatcher
class.
Also depracates the `converters.convert_xxx` functions.
Replaces: #48
Related to: #46
Related to #42
The text was updated successfully, but these errors were encountered: