-
Notifications
You must be signed in to change notification settings - Fork 46
[EDU-2046] - Migrate Realtime SDK API spec History page to MDX #2912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A few little things that aren't literal copies from the original textile. But your call :)
|
|
||
| <If lang="ruby,swift,objc,csharp"> | ||
|
|
||
| | Parameter | Description | Type | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| | Property | Description | Type | | ||
| |----------|-------------|------| | ||
| | <If lang="javascript,nodejs,java,objc,swift,ruby">items</If><If lang="csharp">Items</If> | contains the current page of results (for example an Array of [`Message`](#message) or [`PresenceMessage`](#presence-message) objects for a channel history request) | <If lang="javascript,nodejs,java,objc,swift,ruby">`Array <Message, Presence, Stats>`</If><If lang="csharp">`List <Message, Presence, Stats>`</If> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be an hallucination 👻
9e885f1 to
41c31bf
Compare
95e3e84 to
06df567
Compare


Description
This PR converts the Realtime SDK History API reference page from Textile format to MDX, as part of a full textile to MDX migration.