You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Description
It would be ideal if we could support allowing for custom headers while leveraging the
parseOpenApi3Documentation
function. Currently this is only supported inparseHydraDocumentation
, but I have a need to parse anopenAPI.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
The text was updated successfully, but these errors were encountered: