manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
64 stars 33 forks source link

[Feature] logger usage while parsing #14

Closed manchenkoff closed 3 years ago

manchenkoff commented 3 years ago

What is a problem? Sometimes there are some errors without any context. It's very difficult to find out what goes wrong.

Describe the solution you'd like Add some logs during the parsing process, ex: Parsing {name} operation, Obtain {name} schema object, Merge {name} allOf schemas, etc

Describe alternatives you've considered None

Additional context Example error - KeyError: 'type' not found in 'data', which actually missed in the schema description.

manchenkoff commented 3 years ago

fixed in #16