Methods
Optional cancel
- cancel(request: Promise<any>): void
configure
- configure(config: object): object
-
Parameters
Returns object
Optional copy
-
Parameters
-
-
-
Optional config: any
-
Optional userAgentValue: string
get
- get(key: string, options?: any, userAgentValue?: string): Promise<string | Object>
-
Parameters
-
key: string
-
Optional options: any
-
Optional userAgentValue: string
Returns Promise<string | Object>
Optional getProperties
- getProperties(key: string, options?: any, userAgentValue?: string): Promise<Object>
-
Parameters
-
key: string
-
Optional options: any
-
Optional userAgentValue: string
Returns Promise<Object>
getProviderName
- getProviderName(): string
list
- list(path: any, options?: any, userAgentValue?: string): Promise<any>
-
Parameters
-
path: any
-
Optional options: any
-
Optional userAgentValue: string
put
- put(key: string, object: any, options?: any, userAgentValue?: string): Promise<Object> | UploadTask
-
Parameters
-
key: string
-
object: any
-
Optional options: any
-
Optional userAgentValue: string
remove
- remove(key: string, options?: any, userAgentValue?: string): Promise<any>
-
Parameters
-
key: string
-
Optional options: any
-
Optional userAgentValue: string