Skip to content

Commit f08cbfb

Browse files
committed
Add LiveObjects REST SDK usage docs
Resolves AIT-319
1 parent 5f1d779 commit f08cbfb

3 files changed

Lines changed: 869 additions & 0 deletions

File tree

src/data/nav/liveobjects.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ export default {
9898
name: 'Object storage',
9999
link: '/docs/liveobjects/storage',
100100
},
101+
{
102+
name: 'Using the REST SDK',
103+
link: '/docs/liveobjects/rest-sdk-usage',
104+
},
101105
{
102106
name: 'Using the REST API',
103107
link: '/docs/liveobjects/rest-api-usage',

src/pages/docs/api/rest-sdk/channels.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ Provides access to the [REST Presence](/docs/presence-occupancy/presence) object
8282

8383
Provides access to the [PushChannel](/docs/api/realtime-sdk/push#push-channel) object for this channel which can be used to access members present on the channel, or participate in presence.
8484

85+
<If lang="javascript,nodejs">
86+
#### object <a id="object" />
87+
88+
Provides access to the [RestObject](/docs/liveobjects/rest-sdk-usage) for this channel which can be used to read and modify LiveObjects on a channel using the REST SDK.
89+
</If>
90+
8591
### Channel Methods
8692

8793
#### <If lang="javascript,nodejs,php,python,ruby,java,swift,objc,go,flutter">publish</If><If lang="csharp,go">Publish</If>

0 commit comments

Comments
 (0)