pyswagger
pyswagger copied to clipboard
Allow lenient loading of the API
The API to which I need to connect has one or more undefined references. This results in a fatal KeyError in resolve().
Instead of a fatal error, a warning would be preferable, perhaps a "strict" flag would enable or disable this feature. Either way, a cleaner exception is desirable for this and other errors.
I'm working on a patch....