Typescript Axios.
Can't set custom headers from configuration object.
localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; in ApiAxiosParamCreator
In this row you must get headers from ...baseOptions.headers, for fix this. If I can find this, I will make pull request.
Typescript Axios.
Can't set custom headers from configuration object.
localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers};inApiAxiosParamCreatorIn this row you must get headers from
...baseOptions.headers,for fix this. If I can find this, I will make pull request.