-
Notifications
You must be signed in to change notification settings - Fork 44
update watch docs #382
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
update watch docs #382
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| To subscribe to receive watch changes, the `Watch` API call is made: | ||
| To receive watch changes, call the `Watch` API. This is a streaming API that will continually return all updates to relationships from the time at which the API call was made. | ||
|
|
||
| ```py |
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.
Ideally we have code snippets for every SDK :( I also feel like in the intro we should describe use cases for this api, maybe link it to materialize
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.
Yeah, agreed. I've seen some doc sites that do some nifty inclusion from the underlying codebases using special comments... that'd be rad to have at some point.
bb1969e to
7345cab
Compare
7345cab to
504ccc0
Compare
504ccc0 to
4b9052b
Compare
tstirrat15
left a 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.
LGTM
| To subscribe to receive watch changes, the `Watch` API call is made: | ||
| To receive watch changes, call the `Watch` API. This is a streaming API that will continually return all updates to relationships from the time at which the API call was made. | ||
|
|
||
| ```py |
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.
Yeah, agreed. I've seen some doc sites that do some nifty inclusion from the underlying codebases using special comments... that'd be rad to have at some point.
Description
Testing
Locally
References