openapi3-parser
openapi3-parser copied to clipboard
OpenAPI 3 parser to use a specification inside of the code in your projects
Results
22
openapi3-parser issues
Sort by
recently updated
recently updated
newest added
**What is a problem?** JWT, or JSON Web Tokens, are a proposed standard for communication via APIs, as per RFC 7519. Currently, if the Parser tries to parse a string...
enhancement
**Describe the bug** Openapi supports $ref to another file. when there is a path you need to encode / as ~1. {} needs to be %7B and %7D. ``` openapi_parser.errors.ParserError:...
bug