Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
sdk/mobileFetch
AMCMobileFetchOptions
Interface AMCMobileFetchOptions
interface
AMCMobileFetchOptions
{
agentId
:
string
;
bridgeUrl
:
string
;
correlationIdFactory
?:
()
=>
string
;
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
injectHeaders
?:
Record
<
string
,
string
>
;
provider
?:
AMCMobileProvider
;
stripProviderAuth
?:
boolean
;
token
?:
string
;
workspaceId
?:
string
;
}
Index
Properties
agent
Id
bridge
Url
correlation
Id
Factory?
fetch
Impl?
inject
Headers?
provider?
strip
Provider
Auth?
token?
workspace
Id?
Properties
agent
Id
agentId
:
string
bridge
Url
bridgeUrl
:
string
Optional
correlation
Id
Factory
correlationIdFactory
?:
()
=>
string
Optional
fetch
Impl
fetchImpl
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type Declaration
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
inject
Headers
injectHeaders
?:
Record
<
string
,
string
>
Optional
provider
provider
?:
AMCMobileProvider
Optional
strip
Provider
Auth
stripProviderAuth
?:
boolean
Optional
token
token
?:
string
Optional
workspace
Id
workspaceId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
bridge
Url
correlation
Id
Factory
fetch
Impl
inject
Headers
provider
strip
Provider
Auth
token
workspace
Id
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
MDN Reference