admin icon indicating copy to clipboard operation
admin copied to clipboard

Add Support for Custom Headers to ParseOpenApi3Documentation

Open GhostStatus opened this issue 2 years ago • 1 comments

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

GhostStatus avatar Mar 04 '23 19:03 GhostStatus

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.

GhostStatus avatar Mar 04 '23 19:03 GhostStatus