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.
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