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
Hello,
I try to use this tool in an existing app. It already uses an axios instance in JWTService Class to handle auth.
Is there a way to use the existing axios instance in the openApiClient instance rather than create a new one.
Thx
The text was updated successfully, but these errors were encountered:
We can't use provided AxiosInstance without sub-instancing or cloning, it looks like antipattern with side effects to unexpected modifying provided object.
Seems like defaultAxiosConfigs will not usable together with instance and constructor type will be like
Hello,
I try to use this tool in an existing app. It already uses an axios instance in JWTService Class to handle auth.
Is there a way to use the existing axios instance in the openApiClient instance rather than create a new one.
Thx
The text was updated successfully, but these errors were encountered: