oas_parser
oas_parser copied to clipboard
Parsing the "components" section
I dont think there is support currently for parsing the components
section of an OAS file. I'm particularly interested in the schemas
part of that, and securitySchemes
. Is being able to parse that something you would like to see supported in this library?
I'm adding some classes for repesenting the schema and fields, will create a PR if I get it to a decent state.
Hey Paul, apologies for the delay, I've been on 🌴!
Please do raise a PR if you end up implementing this functionality. We'd love to have your contributions
@pmackay I'm hoping to use this gem for an OASv3 schema which relies heavily on the components
section. Did you manage to make any progress here that you would want to share? I could potentially help wrap things up into a PR if you no longer have the bandwidth
@bloudermilk unfortunately I'm not sure I got far enough to have something worth sharing.