change when you initialize the requestwrapper to pass along the restInverseOptions to getBaseUrl currently the ability to pass your own baseUrl is not working
This commit is contained in:
@@ -26,7 +26,7 @@ export class InverseClient extends SharedEndpoints {
|
|||||||
this.requestWrapper = new RequestWrapper(
|
this.requestWrapper = new RequestWrapper(
|
||||||
key,
|
key,
|
||||||
secret,
|
secret,
|
||||||
getRestBaseUrl(useLivenet),
|
getRestBaseUrl(useLivenet, restInverseOptions),
|
||||||
restInverseOptions,
|
restInverseOptions,
|
||||||
requestOptions
|
requestOptions
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user