Preparing search index...
The search index is not available
Cumulocity Web SDK - v1021.3.1
Cumulocity Web SDK
IFetchClient
Interface IFetchClient
interface
IFetchClient
{
tenant
?:
string
;
fetch
(
url
:
string
,
init
?:
IFetchOptions
)
:
Promise
<
IFetchResponse
>
;
getCometdHandshake
(
config
?:
any
)
:
any
;
getFetchOptions
(
options
?:
IFetchOptions
)
:
IFetchOptions
;
getUrl
(
url
:
string
,
options
?:
IFetchOptions
)
:
string
;
}
Implemented by
FetchClient
Index
Properties
tenant?
Methods
fetch
get
Cometd
Handshake
get
Fetch
Options
get
Url
Properties
Optional
tenant
tenant
?:
string
Methods
fetch
fetch
(
url
,
init
?
)
:
Promise
<
IFetchResponse
>
Parameters
url
:
string
Optional
init
:
IFetchOptions
Returns
Promise
<
IFetchResponse
>
get
Cometd
Handshake
get
Cometd
Handshake
(
config
?
)
:
any
Parameters
Optional
config
:
any
Returns
any
get
Fetch
Options
get
Fetch
Options
(
options
?
)
:
IFetchOptions
Parameters
Optional
options
:
IFetchOptions
Returns
IFetchOptions
get
Url
get
Url
(
url
,
options
?
)
:
string
Parameters
url
:
string
Optional
options
:
IFetchOptions
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tenant
Methods
fetch
get
Cometd
Handshake
get
Fetch
Options
get
Url
Cumulocity Web SDK - v1021.3.1
Loading...