@rumbor/memory-sdk
Preparing search index...
index
RumborMemoryOptions
Interface RumborMemoryOptions
interface
RumborMemoryOptions
{
apiKey
?:
string
;
baseUrl
:
string
;
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
;
}
Index
Properties
api
Key?
base
Url
fetch?
Properties
Optional
api
Key
apiKey
?:
string
base
Url
baseUrl
:
string
Optional
fetch
fetch
?:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
base
Url
fetch
@rumbor/memory-sdk
Loading...
MDN Reference