Optional env?: stringProtected basePrivate envPerforms 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: IReqParamsReturns 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: 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: 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: IReqParamsPrivate setPerforms 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.