admin
admin copied to clipboard
Add Support for Custom Headers to ParseOpenApi3Documentation
Description
It would be ideal if we could support allowing for custom headers while leveraging the parseOpenApi3Documentation function. Currently this is only supported in parseHydraDocumentation, but I have a need to parse an openAPI.json file and would love a means of adding support for authentication while parsing it.
Example
Essentially I would like to be able to leverage the example here without using Hydra. Thanks
Alternatively if there is a workaround please let me know. Do I need to somehow convert my openAPI.json file to a hydra one? I'm not sure what the easiest solution is here.