Optional cacheOptional ssidProtected basePrivate ssidPrivate ssidReturns a cache item matching the provided key. If the reqParams specify that caching is disabled, null is returned.
Optional reqParams: 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 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: IReqParamsPerforms 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 a base class for communication with an arbitrary Nextspace API.