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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -113,6 +113,7 @@ export class OpenAPIClientAxios {
* @param {boolean} opts.quick - quick mode, skips validation and doesn't guarantee document is unchanged
* @param {boolean} opts.applyMethodCommonHeaders Should method (patch / post / put / etc.) specific default headers (from axios.defaults.headers.{method}) be applied to operation methods?
* @param {boolean} opts.axiosConfigDefaults - default axios config for the instance
* @param {boolean} opts.axiosInstance - axios instance to use