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
Describe the solution you'd like
A clear and concise description of what you want to happen. Ideally with a small example of the proposed changes.
// In the generated client's constructor, it could be constructor(config?: Partial<OpenAPIConfig>,HttpRequest: HttpRequestConstructor=AxiosHttpRequest,rawAxiosConfig: AxiosRequestConfig){// save rawAxiosConfig somethere}// in the generated request.tsconstrequestConfig: AxiosRequestConfig={
url,
headers,data: body??formData,method: options.method,withCredentials: config.WITH_CREDENTIALS,cancelToken: source.token,
...rawAxiosConfig};
Describe the solution you'd like
A clear and concise description of what you want to happen. Ideally with a small example of the proposed changes.
now:
The text was updated successfully, but these errors were encountered: