-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Documentation Searchability #6279
Comments
Not related directly to the issue, but napi-jsonrpc is archived: https://github.com/deltachat/napi-jsonrpc |
Thanks @link2xt, I saw that while tracking down the napi docs, but was going to go for an if-it-ain't-broke approach. Bad move? 😅 Edit: Also not directly related, but thanks for https://github.com/link2xt/xdcterm/ 💙 The echo bot was how I found out about the newer api, but it's not a complete enough implementation to give one an idea of the scope of change. |
It should be easy to port if you already started with napi, JSON-RPC API is the same. The difference is that stdio approach is simply starting deltachat core as a subprocess and communicates with it over standard input and standard output, while napi runs the core in the same process and requires Node.js addon built with https://napi.rs/. Every time we tag a new core release, new I opened deltachat-bot/echo#72 to remove old examples. |
Ooooh, thank you for the clarification, I've caught a mistake. I have a project using the go client which takes the stdio approach, and I'd conflated them. I was thinking stdio-rpc-server was a second iteration of the same approach, but I see now I'm wrong. I'll test out and do the upgrade soon, thank you mate 💙 |
Hi DC team,
I'm using
@deltachat/napi-jsonrpc
. I understand after a little bit of sleuthing that the relevant docs are at https://js.jsonrpc.delta.chat/classes/RawClient.html, but they don't seem to be indexed by Google. If I search for"miscSendMsg"
there's only one result from the changelog. As to why this is, nothing jumps out at me from devtools and lighthouse doesn't complain either 🤷♂️ Perhaps Google Search Console might provide some insights.There is also a similar problem within the Github org, where if I search for
"miscSendMsg"
there's again only one result from the changelog. Perhaps generated code and docs could be pushed to their respective repos at build time to aid searchability.Big ups for putting together the cosmos 👾 And thanks for DeltaChat 💙
The text was updated successfully, but these errors were encountered: