提交 3e21c74e 编写于 作者: G gccgdb1234

doc: add reference to REST API

上级 d8ffa524
...@@ -82,4 +82,6 @@ Copy code bellow to your editor and run it. ...@@ -82,4 +82,6 @@ Copy code bellow to your editor and run it.
{{#include docs/examples/python/develop_tutorial.py:connect}} {{#include docs/examples/python/develop_tutorial.py:connect}}
``` ```
For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
\ No newline at end of file
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
\ No newline at end of file
...@@ -78,3 +78,5 @@ Code bellow get JDBC URL from environment variables first and then create a `Con ...@@ -78,3 +78,5 @@ Code bellow get JDBC URL from environment variables first and then create a `Con
``` ```
The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
...@@ -80,4 +80,6 @@ Finally, test the connection: ...@@ -80,4 +80,6 @@ Finally, test the connection:
go run main.go go run main.go
``` ```
The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
\ No newline at end of file
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
\ No newline at end of file
...@@ -74,3 +74,5 @@ Copy following code to `main.rs`. ...@@ -74,3 +74,5 @@ Copy following code to `main.rs`.
Then you can execute `cargo run` to test the connection. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. Then you can execute `cargo run` to test the connection. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
...@@ -59,4 +59,6 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https ...@@ -59,4 +59,6 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https
{{#include docs/examples/node/connect.js}} {{#include docs/examples/node/connect.js}}
``` ```
For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
\ No newline at end of file
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
\ No newline at end of file
...@@ -64,4 +64,6 @@ Replace <DSN\> with real TDengine cloud DSN. To obtain the real value, please l ...@@ -64,4 +64,6 @@ Replace <DSN\> with real TDengine cloud DSN. To obtain the real value, please l
{{#include docs/examples/csharp/cloud-example/connect/Program.cs}} {{#include docs/examples/csharp/cloud-example/connect/Program.cs}}
``` ```
The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>. The client connection is then established. For how to write data and query data, please refer to <https://docs.tdengine.com/cloud/data-in/insert-data/> and <https://docs.tdengine.com/cloud/data-out/query-data/>.
\ No newline at end of file
For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/).
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册