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
I try to use this tool to generate the client from this swagger
In the swagger we have a custom X-Request-Id header in request and response and this is a problem for the tool.
I found that the only allowed headers are: export declare type RequestHeaderKey = "Accept-Encoding" | "Authorization" | "Content-Type" | "Host" | "If-None-Match" | "Ocp-Apim-Subscription-Key" | "X-Functions-Key";
The text was updated successfully, but these errors were encountered:
I try to use this tool to generate the client from this swagger
In the swagger we have a custom
X-Request-Id
header in request and response and this is a problem for the tool.I found that the only allowed headers are:
export declare type RequestHeaderKey = "Accept-Encoding" | "Authorization" | "Content-Type" | "Host" | "If-None-Match" | "Ocp-Apim-Subscription-Key" | "X-Functions-Key";
The text was updated successfully, but these errors were encountered: