RTSDK
NPM Package
Demo
Preparing search index...
interfaces
EcosystemInterface
Interface EcosystemInterface
interface
EcosystemInterface
{
credentials
?:
InteractiveCredentials
;
jwt
?:
string
;
requestOptions
:
object
;
topia
:
Topia
;
fetchDataObject
(
appPublicKey
?:
string
,
appJWT
?:
string
,
sharedAppPublicKey
?:
string
,
sharedAppJWT
?:
string
,
)
:
Promise
<
void
|
ResponseType
>
;
incrementDataObjectValue
(
path
:
string
,
amount
:
number
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
;
setDataObject
(
dataObject
:
undefined
|
null
|
object
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
;
updateDataObject
(
dataObject
:
object
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
;
}
Hierarchy (
View Summary
)
SDKInterface
EcosystemInterface
Index
Properties
credentials?
jwt?
request
Options
topia
Methods
fetch
Data
Object
increment
Data
Object
Value
set
Data
Object
update
Data
Object
Properties
Optional
credentials
credentials
?:
InteractiveCredentials
Optional
jwt
jwt
?:
string
request
Options
requestOptions
:
object
topia
topia
:
Topia
Methods
fetch
Data
Object
fetchDataObject
(
appPublicKey
?:
string
,
appJWT
?:
string
,
sharedAppPublicKey
?:
string
,
sharedAppJWT
?:
string
,
)
:
Promise
<
void
|
ResponseType
>
Parameters
Optional
appPublicKey
:
string
Optional
appJWT
:
string
Optional
sharedAppPublicKey
:
string
Optional
sharedAppJWT
:
string
Returns
Promise
<
void
|
ResponseType
>
increment
Data
Object
Value
incrementDataObjectValue
(
path
:
string
,
amount
:
number
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
Parameters
path
:
string
amount
:
number
options
:
object
Returns
Promise
<
void
|
ResponseType
>
set
Data
Object
setDataObject
(
dataObject
:
undefined
|
null
|
object
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
Parameters
dataObject
:
undefined
|
null
|
object
options
:
object
Returns
Promise
<
void
|
ResponseType
>
update
Data
Object
updateDataObject
(
dataObject
:
object
,
options
:
object
,
)
:
Promise
<
void
|
ResponseType
>
Parameters
dataObject
:
object
options
:
object
Returns
Promise
<
void
|
ResponseType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credentials
jwt
request
Options
topia
Methods
fetch
Data
Object
increment
Data
Object
Value
set
Data
Object
update
Data
Object
NPM Package
Demo
RTSDK
Loading...