-
Notifications
You must be signed in to change notification settings - Fork 176
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
docs: Writing your own client guide. #1892
Conversation
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 is really great!! I think it provides an even better overview of how sync works than the HTTP API docs page.
Python client is good, and provides such a simple overview of how to use the api. We could offer an asyncio version as that seems to be where Python has moved with all this stuff, and removes the need for the blocking sync()
call and multiple processing. (If only gevent had been picked over asyncio...)
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.
Great stuff! This will be super helpful for all the engineers wanting to know how what's going on under the hood plus of course those wanting to build a new client in some other language.
b127936
to
f4e9636
Compare
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.
See https://deploy-preview-1892--electric-next.netlify.app/docs/guides/writing-your-own-client
The URL format and headers have been updated to match the latest in #1900