Optional env?: stringOptional guardian?: GuardianApi.ApiOptional loadOptional loadOptional loadPrivate accountProtected basePrivate cdnPrivate envPrivate loadPrivate loadPrivate messagePerforms an HTTP DELETE request. This will prepend the base url to the url.
Optional params: IReqParamsPerforms an HTTP GET request. This will prepend the base url to the url.
Optional params: IReqParamsWarning: This method does not wait for init to finish loading. This means the url could be changed once fully initialized. The url will be valid either way, but the loaded one may be faster as it is region specific. Await the "Loading" promise if you care about this.
Returns a cache item matching the provided key. If the reqParams specify that caching is disabled, null is returned.
Optional reqParams: IReqParamsPerforms an HTTP POST request. This will prepend the base url to the url.
Optional params: IReqParamsPerforms an HTTP PUT request. This will prepend the base url to the url.
Optional params: IReqParamsSets a cache item matching the provided key. If the reqParams specify that caching is disabled, then no action is taken.
Optional duration?: numberOptional req?: IReqParamsPerforms a file upload request (HTTP POST). This will prepend the base url to the url.
Optional params: IUploadReqParamsPerforms a DELETE request. This will NOT prepend the base URL to the provided URL.
Optional params: IReqParamsPerforms a GET request. This will NOT prepend the base URL to the provided URL.
Optional params: IReqParamsPrivate initLoads regional base url and sets up message broker.
Optional guardian: GuardianApi.ApiRequired for loading regional base url.
Optional loadConfig: booleanOptional loadWebSocket: booleanPerforms a POST request. This will NOT prepend the base URL to the provided URL.
Optional params: IReqParamsPerforms a PUT request. This will NOT prepend the base URL to the provided URL.
Optional params: IReqParamsPerforms a file upload (POST) request. This will NOT prepend the base URL to the provided URL.
Optional params: IUploadReqParamsGenerated using TypeDoc
This is the request handler for Bruce Api, it should be passed to any method that wants to communicate with this particular api.