kevindew / openapi3_parser

Open API 3 Parser/Validator for Ruby
MIT License
90 stars 12 forks source link

Examples #11

Closed andyschmidt closed 3 years ago

andyschmidt commented 5 years ago

Hi,

I need to make a text-blob containing the request (header and body) out of openapi yaml. Is there an easy way (e.g. to_http) to do this, or do I have to walk through all paths, parameters on my own? I already walked a long way with pry but I couldn't find some function like that.

I appreciate any hints!

regards, Andy

kevindew commented 4 years ago

Hi @andyschmidt, sorry for the very delayed reply. I had thought I had replied long ago. Is this something that is still a concern for you?

andyschmidt commented 1 year ago

can we still work on this?