SharedStateApi
SharedStateApi - object-oriented interface
Export
SharedStateApi
Extends
BaseAPI
Constructors
Constructor
new SharedStateApi(
configuration?,basePath?,axios?):SharedStateApi
Parameters
configuration?
basePath?
string = BASE_PATH
axios?
AxiosInstance = globalAxios
Returns
SharedStateApi
Inherited from
BaseAPI.constructor
Properties
axios
protectedaxios:AxiosInstance=globalAxios
Inherited from
BaseAPI.axios
basePath
protectedbasePath:string=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protectedconfiguration:Configuration|undefined
Inherited from
BaseAPI.configuration
Methods
apiV1ShareStateIdGet()
apiV1ShareStateIdGet(
id,options?):Promise<AxiosResponse<void,any, { }>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise<AxiosResponse<void, any, { }>>
Throws
Memberof
SharedStateApi
Found a mistake? Let us know.