pyswagger icon indicating copy to clipboard operation
pyswagger copied to clipboard

Allow lenient loading of the API

Open kenseehart opened this issue 5 years ago • 1 comments

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.

kenseehart avatar Nov 09 '20 19:11 kenseehart

I'm working on a patch....

kenseehart avatar Nov 09 '20 19:11 kenseehart