Replies: 1 comment 1 reply
-
I don't think
So, whatever options you specify in You probably gonna need to pass an environment variable with your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Docs says that
extend
would inherit the default options of the extended instance. I have the following case:Then in other place I want to extend it:
I would expect that when calling
apiClient.get('users')
, it would make a request tohttp://example.org/api/users
, but this it not the case, the request goes to${currentHosname}/api/users
.Is this not supported or I am missing something?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions