|
I'm trying to load a yaml OpenApi document from a url. In the README there is this |
Replies: 1 comment
|
Having dug through the source code it seems to me that you have to create an |
|
I'm trying to load a yaml OpenApi document from a url. In the README there is this |
|
Having dug through the source code it seems to me that you have to create an |
Having dug through the source code it seems to me that you have to create an
OpenApiReaderSettingsobject, run the.AddYamlReadermethod on it, and pass that into theLoadAsyncfunction if you want to load a yaml file. It feels like this should get registered automatically, or there should be a nicer way of doing this. It should certainly be documented somewhere (if it is I have not been able to find it).