Skip to content

How to get full document for embedding development #2770

Closed Answered by phughk
shiyewuxian asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shiyewuxian thanks for asking this question.

The documented API is what we have committed to exposing. Other functions are leaking implementation and we intend to not expose them in the future.

Regarding behaviour, execution is a lower-level implementation of the listed functions. All those functions invoke execute under the hood. But they do so with various checks and casting. If you would like general-purpose query processing, the query method in the API should be sufficient.

Another difference is that execute is local-only. If you are operating on a websocket, this command doesnt exist, because execution happens on the server.

Hope this clarifies.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shiyewuxian
Comment options

Answer selected by phughk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants